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

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


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

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

Modified: csw/mgar/pkg/lang-python/amara/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/amara/trunk/Makefile	2012-10-25 16:07:38 UTC (rev 19520)
+++ csw/mgar/pkg/lang-python/amara/trunk/Makefile	2012-10-25 16:21:23 UTC (rev 19521)
@@ -19,9 +19,5 @@
 TEST_SCRIPTS =
 CONFIGURE_ARGS = $(DIRPATHS)
 RUNTIME_DEP_PKGS_CSWpy-amara += CSWlibpython2-6-1-0
-EXTRA_MERGE_EXCLUDE_FILES = $(libdir)/python/site-packages/amara/test.*
+EXTRA_MERGE_EXCLUDE_FILES = $(SITE_PACKAGES)/amara/test.*
 include gar/category.mk
-
-post-merge:
-	@(cd $(PKGROOT)$(libdir)/python2.6/site-packages/amara/; rm -rf test)
-	@$(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