[csw-devel] SF.net SVN: gar:[19522] csw/mgar/pkg/lang-python/pysetuptools/trunk/ Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Oct 25 18:21:36 CEST 2012


Revision: 19522
          http://gar.svn.sourceforge.net/gar/?rev=19522&view=rev
Author:   bdwalton
Date:     2012-10-25 16:21:35 +0000 (Thu, 25 Oct 2012)
Log Message:
-----------
lang-python/pysetuptools/trunk: use SITE_PACKAGES to reference files for future maintainability

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/pysetuptools/trunk/Makefile

Modified: csw/mgar/pkg/lang-python/pysetuptools/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pysetuptools/trunk/Makefile	2012-10-25 16:21:23 UTC (rev 19521)
+++ csw/mgar/pkg/lang-python/pysetuptools/trunk/Makefile	2012-10-25 16:21:35 UTC (rev 19522)
@@ -31,6 +31,6 @@
 include gar/category.mk
 
 post-merge:
-	@(cd $(PKGROOT)/$(libdir)/python2.6/site-packages/setuptools/; \
+	@(cd $(PKGROOT)/$(SITE_PACKAGES/setuptools/; \
 		rm -rf tests )
 	@$(MAKECOOKIE)

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list