[csw-devel] SF.net SVN: gar:[19549] csw/mgar/pkg/lang-python/logilab-astng/trunk/ Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Wed Oct 31 09:29:32 CET 2012


Revision: 19549
          http://gar.svn.sourceforge.net/gar/?rev=19549&view=rev
Author:   bdwalton
Date:     2012-10-31 08:29:32 +0000 (Wed, 31 Oct 2012)
Log Message:
-----------
lang-python/logilab-astng/trunk: use the SITE_PACKAGES variable in the post-install step instead of the old, hard coded location

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

Modified: csw/mgar/pkg/lang-python/logilab-astng/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/logilab-astng/trunk/Makefile	2012-10-30 22:08:40 UTC (rev 19548)
+++ csw/mgar/pkg/lang-python/logilab-astng/trunk/Makefile	2012-10-31 08:29:32 UTC (rev 19549)
@@ -21,5 +21,5 @@
 CHECKPKG_OVERRIDES_CSWpy-logilab-astng += surplus-dependency|CSWpy-logilab-common
 include gar/category.mk
 post-install-modulated:
-	rm $(DESTDIR)/opt/csw/lib/python/site-packages/logilab/__init__.py
+	rm $(DESTDIR)$(SITE_PACKAGES)/logilab/__init__.py
 	@$(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