- Revision
- 15986
- Author
- bear
- Date
- 2007-11-30 12:43:53 -0800 (Fri, 30 Nov 2007)
Log Message
tighted up LOCALE_INST setting
Modified Paths
Diff
Modified: trunk/chandler/Makefile (15985 => 15986)
--- trunk/chandler/Makefile 2007-11-30 20:38:26 UTC (rev 15985) +++ trunk/chandler/Makefile 2007-11-30 20:43:53 UTC (rev 15986) @@ -289,14 +289,12 @@ ifeq ($(OS),Darwin) ifeq ($(OS_MAJOR_VER),9) LOCALE_INST = --install-dir=$(C_HOME)/$(SNAP)/site-packages - else - LOCALE_INST = endif endif ifeq ($(OS),Linux) ifneq ($(findstring $(DISTRIB_CODENAME),feisty gutsy),) - LOCALE_INST := --install-dir=$(C_HOME)/$(SNAP)/site-packages + LOCALE_INST = --install-dir=$(C_HOME)/$(SNAP)/site-packages endif endif
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
