Title: [commits] (bear) [11324] tweaks to the install target directories to force a directory
Revision
11324
Author
bear
Date
2006-08-04 08:48:30 -0700 (Fri, 04 Aug 2006)

Log Message

tweaks to the install target directories to force a directory
bug 6438

Modified Paths

Diff

Modified: trunk/external/vobject/Makefile (11323 => 11324)

--- trunk/external/vobject/Makefile	2006-08-04 15:44:46 UTC (rev 11323)
+++ trunk/external/vobject/Makefile	2006-08-04 15:48:30 UTC (rev 11324)
@@ -34,7 +34,7 @@
 	cd $(SRC); \
     MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET) $(PYTHON) setup.py \
         build --build-base=$(BUILD) $(DIST_OPT) \
-        install --force
+        install --force --install-lib=$(BUILD_ROOT)/$(SNAP)/$(SITE)
 
 binaries: strip
 	tar -C $(BUILD_ROOT) -cvzf $(VOBJECT)/$(TARBALL) \

Modified: trunk/external/zanshin/Makefile (11323 => 11324)

--- trunk/external/zanshin/Makefile	2006-08-04 15:44:46 UTC (rev 11323)
+++ trunk/external/zanshin/Makefile	2006-08-04 15:48:30 UTC (rev 11324)
@@ -13,7 +13,7 @@
 	cd $(SRC); \
       MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET) $(PYTHON) setup.py \
           build --build-base=$(BUILD) $(DIST_OPT) \
-          install_lib --force
+          install_lib --force --install-dir=$(BUILD_ROOT)/$(SNAP)/$(SITE)
 
 zanshin-$(VERSION).tar.gz:
 	svn export http://svn.osafoundation.org/zanshin/trunk -r $(VERSION) zanshin-$(VERSION)




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

Reply via email to