[csw-devel] SF.net SVN: gar:[14849] csw/mgar/pkg/lang-python/paramiko/trunk/Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue Jun 21 11:07:58 CEST 2011
Revision: 14849
http://gar.svn.sourceforge.net/gar/?rev=14849&view=rev
Author: skayser
Date: 2011-06-21 09:07:58 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
lang-python/paramiko/trunk: fix erroneously gsed in-place backup file creation
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 2011-06-21 09:02:17 UTC (rev 14848)
+++ csw/mgar/pkg/lang-python/paramiko/trunk/Makefile 2011-06-21 09:07:58 UTC (rev 14849)
@@ -26,6 +26,6 @@
include gar/category.mk
post-merge-modulated:
- gsed -ie 's,/usr/local/etc/moduli,/opt/csw/etc/ssh/moduli,' \
+ gsed -i 's,/usr/local/etc/moduli,/opt/csw/etc/ssh/moduli,' \
$(PKGROOT)$(libdir)/python/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