Title: [commits] (bear) [15995] Fixed BIN/HOME issue in locale install
Revision
15995
Author
bear
Date
2007-11-30 16:06:34 -0800 (Fri, 30 Nov 2007)

Log Message

Fixed BIN/HOME issue in locale install

Modified Paths

Diff

Modified: trunk/chandler/Makefile (15994 => 15995)

--- trunk/chandler/Makefile	2007-11-30 23:37:19 UTC (rev 15994)
+++ trunk/chandler/Makefile	2007-12-01 00:06:34 UTC (rev 15995)
@@ -288,13 +288,13 @@
 
 ifeq ($(OS),Darwin)
     ifeq ($(OS_MAJOR_VER),9)
-        LOCALE_INST = --install-dir=$(C_HOME)/$(SNAP)/site-packages
+        LOCALE_INST = --install-dir=$(C_BIN)/$(SNAP)/site-packages
     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_BIN)/$(SNAP)/site-packages
     endif
 endif
 




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to