- Revision
- 15989
- Author
- bear
- Date
- 2007-11-30 14:53:03 -0800 (Fri, 30 Nov 2007)
Log Message
remove the need for a CD before the translation egg install
Modified Paths
Diff
Modified: trunk/chandler/Makefile (15988 => 15989)
--- trunk/chandler/Makefile 2007-11-30 22:13:07 UTC (rev 15988) +++ trunk/chandler/Makefile 2007-11-30 22:53:03 UTC (rev 15989) @@ -305,7 +305,7 @@ -l $(subst install-,,$@) \ -f '$(LOCALE_SRC)'$(subst install-,,$@)/Chandler-$(subst install-,,$@).po \ -d '$(LOCALE_SRC)' - cd $(LOCALE_SRC); $(RUN_PYTHON) -m easy_install -x $(LOCALE_INST) ./Chandler.$(subst install-,,$@)-1.0-py$(PYTHON_VER).egg + $(RUN_PYTHON) -m easy_install -x $(LOCALE_INST) '$(LOCALE_SRC)'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
