[csw-devel] SF.net SVN: gar:[19525] csw/mgar/pkg/lang-python/paramiko/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Oct 25 22:06:11 CEST 2012
Revision: 19525
http://gar.svn.sourceforge.net/gar/?rev=19525&view=rev
Author: bdwalton
Date: 2012-10-25 20:06:11 +0000 (Thu, 25 Oct 2012)
Log Message:
-----------
lang-python/paramiko/trunk: use SITE_PACKAGES variable for easier future maintenance
Modified Paths:
--------------
csw/mgar/pkg/lang-python/paramiko/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/paramiko/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/paramiko/trunk/Makefile 2012-10-25 16:22:00 UTC (rev 19524)
+++ csw/mgar/pkg/lang-python/paramiko/trunk/Makefile 2012-10-25 20:06:11 UTC (rev 19525)
@@ -27,5 +27,5 @@
post-merge-modulated:
gsed -i 's,/usr/local/etc/moduli,/opt/csw/etc/ssh/moduli,' \
- $(PKGROOT)$(libdir)/python/site-packages/paramiko/transport.py
+ $(PKGROOT)$(SITE_PACKAGES)/paramiko/transport.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