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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Oct 25 18:07:38 CEST 2012


Revision: 19520
          http://gar.svn.sourceforge.net/gar/?rev=19520&view=rev
Author:   bdwalton
Date:     2012-10-25 16:07:38 +0000 (Thu, 25 Oct 2012)
Log Message:
-----------
lang-python/docutils/trunk: use new SITE_PACKAGES variable to reference site-packages generically

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

Modified: csw/mgar/pkg/lang-python/docutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/docutils/trunk/Makefile	2012-10-25 16:04:58 UTC (rev 19519)
+++ csw/mgar/pkg/lang-python/docutils/trunk/Makefile	2012-10-25 16:07:38 UTC (rev 19520)
@@ -27,7 +27,7 @@
 post-install-modulated:
 	ginstall -m 644 \
 		$(WORKSRC)/extras/roman.py \
-		$(DESTDIR)$(libdir)/python/site-packages
+		$(DESTDIR)$(SITE_PACKAGES)
 	ginstall -d $(DESTDIR)$(docdir)
 	gcp -Rv $(WORKSRC)/docs $(DESTDIR)$(docdir)/pydocutils
 	gcp -Rv $(WORKSRC)/extras $(DESTDIR)$(docdir)/pydocutils

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