Title: [commits] (bear) [11345] another bit of change for bug 6438 - tell setuptools what install and scripts dir to use
Revision
11345
Author
bear
Date
2006-08-07 15:03:42 -0700 (Mon, 07 Aug 2006)

Log Message

another bit of change for bug 6438 - tell setuptools what install and scripts dir to use

Modified Paths

Diff

Modified: trunk/chandler/Makefile (11344 => 11345)

--- trunk/chandler/Makefile	2006-08-07 21:44:48 UTC (rev 11344)
+++ trunk/chandler/Makefile	2006-08-07 22:03:42 UTC (rev 11345)
@@ -65,6 +65,7 @@
 
 BUNDLED_PLUGINS=Chandler_HelloWorldPlugin-0.1-py2.4.egg \
                 Chandler_FeedsPlugin-0.2_r11264-py2.4.egg
+#                Chandler_FeedsPlugin-0.2_r11338-py2.4.egg
 #                EggTranslations_Plugin-0.1-py2.4.egg
 
 BUILD_PLUGINS=Chandler-HelloWorldPlugin \
@@ -95,7 +96,7 @@
          $(CHANDLERARCHIVES)/astng-$(SNAP)-0.16.0-$(BP)3.tar.gz \
          $(CHANDLERARCHIVES)/common-$(SNAP)-0.15.0-$(BP)4.tar.gz \
          $(CHANDLERARCHIVES)/pylint-$(SNAP)-0.11.0-$(BP)3.tar.gz
-#         $(CHANDLERARCHIVES)/parsedatetime-$(SNAP)-0.6-$(BP)1.tar.gz \
+#         $(CHANDLERARCHIVES)/parsedatetime-$(SNAP)-0.6.4-$(BP)1.tar.gz
 
 
 # readline is only needed for OSX
@@ -160,7 +161,10 @@
 	$(CURL) $(PLUGIN_ARCHIVES)$(notdir $@) $(URL)/$(notdir $@)
 
 $(PLUGINS_INST):
-	$(EASYINSTALL) $(PLUGIN_ARCHIVES)$(notdir $(basename $@))
+	$(EASYINSTALL) \
+      --script-dir=$(SETUPTOOLS_BIN) \
+      --install-dir=$(SETUPTOOLS_SITE) \
+      $(PLUGIN_ARCHIVES)$(notdir $(basename $@))
 	touch $@
 
 bundled-plugins: $(PLUGINS_DOWNLOAD) $(PLUGINS_INST)




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

Reply via email to