[csw-devel] SF.net SVN: gar:[19480] csw/mgar/pkg/lang-python/python/branches/ bw-libdir-fix-2.6/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Oct 21 15:34:53 CEST 2012


Revision: 19480
          http://gar.svn.sourceforge.net/gar/?rev=19480&view=rev
Author:   bdwalton
Date:     2012-10-21 13:34:51 +0000 (Sun, 21 Oct 2012)
Log Message:
-----------
lang-python/python/branches/bw-libdir-fix-2.6: update the pkgfiles split to reflect the modified library directory

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/python/branches/bw-libdir-fix-2.6/Makefile

Modified: csw/mgar/pkg/lang-python/python/branches/bw-libdir-fix-2.6/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python/branches/bw-libdir-fix-2.6/Makefile	2012-10-21 12:22:51 UTC (rev 19479)
+++ csw/mgar/pkg/lang-python/python/branches/bw-libdir-fix-2.6/Makefile	2012-10-21 13:34:51 UTC (rev 19480)
@@ -128,14 +128,14 @@
 
 PKGFILES_CSWpython$(CVER)-tk  = $(libdir)/.*/lib-tk/.*
 PKGFILES_CSWpython$(CVER)-tk += $(libdir)/.*/lib-dynload/_tkinter.so.*
-PKGFILES_CSWpython$(CVER)-test  = $(libdir)/python/test/.*
-PKGFILES_CSWpython$(CVER)-test += $(libdir)/python/bsddb/test.*
-PKGFILES_CSWpython$(CVER)-test += $(libdir)/python/ctypes/test.*
-PKGFILES_CSWpython$(CVER)-test += $(libdir)/python/email/test.*
-PKGFILES_CSWpython$(CVER)-test += $(libdir)/python/distutils/tests.*
-PKGFILES_CSWpython$(CVER)-test += $(libdir)/python/json/tests.*
-PKGFILES_CSWpython$(CVER)-test += $(libdir)/python/lib2to3/tests.*
-PKGFILES_CSWpython$(CVER)-test += $(libdir)/python/sqlite3/test.*
+PKGFILES_CSWpython$(CVER)-test  = $(libdir)/python$(VER)/test/.*
+PKGFILES_CSWpython$(CVER)-test += $(libdir)/python$(VER)/bsddb/test.*
+PKGFILES_CSWpython$(CVER)-test += $(libdir)/python$(VER)/ctypes/test.*
+PKGFILES_CSWpython$(CVER)-test += $(libdir)/python$(VER)/email/test.*
+PKGFILES_CSWpython$(CVER)-test += $(libdir)/python$(VER)/distutils/tests.*
+PKGFILES_CSWpython$(CVER)-test += $(libdir)/python$(VER)/json/tests.*
+PKGFILES_CSWpython$(CVER)-test += $(libdir)/python$(VER)/lib2to3/tests.*
+PKGFILES_CSWpython$(CVER)-test += $(libdir)/python$(VER)/sqlite3/test.*
 
 ARCHALL_CSWpython$(CVER)-test = 1
 ARCHALL_CSWidle$(CVER)        = 1

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