- Revision
- 15984
- Author
- bear
- Date
- 2007-11-30 12:14:56 -0800 (Fri, 30 Nov 2007)
Log Message
fixed egg file name building bits (thanks pje)
Modified Paths
Diff
Modified: trunk/chandler/Makefile (15983 => 15984)
--- trunk/chandler/Makefile 2007-11-30 19:53:26 UTC (rev 15983) +++ trunk/chandler/Makefile 2007-11-30 20:14:56 UTC (rev 15984) @@ -290,10 +290,10 @@ svn export http://svn.osafoundation.org/localizations/chandler/$(LOCALE_VER)/$(subst install-,,$@) $(C_HOME)/localizations/$(subst install-,,$@) $(RUN_PYTHON) tools/createTranslationEgg.py -c --dist \ -l $(subst install-,,$@) \ - -f $(LOCALE_SRC)$(subst install-,,$@)/Chandler-$(subst install-,,$@).po \ - -d $(LOCALE_SRC) - #cd $(LOCALE_SRC); DISTUTILS_DEBUG=yes $(RUN_PYTHON) -m easy_install -v -x --install-dir=$(C_HOME)/$(SNAP)/site-packages \ - # ./Chandler.$(subst install-,,$@)-1.0-$(PYTHON_VER).egg + -f '$(LOCALE_SRC)'$(subst install-,,$@)/Chandler-$(subst install-,,$@).po \ + -d '$(LOCALE_SRC)' + cd $(LOCALE_SRC); $(RUN_PYTHON) -m easy_install -x --install-dir=$(C_HOME)/$(SNAP)/site-packages \ + ./Chandler.$(subst install-,,$@)-1.0-py$(PYTHON_VER).egg chandler-locale-data: $(RUN_PYTHON) setup.py egg_info
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
