[csw-devel] SF.net SVN: gar:[5777] csw/mgar/pkg/sendmail/branches/benny/Makefile

bensons at users.sourceforge.net bensons at users.sourceforge.net
Fri Jul 31 17:16:48 CEST 2009


Revision: 5777
          http://gar.svn.sourceforge.net/gar/?rev=5777&view=rev
Author:   bensons
Date:     2009-07-31 15:16:48 +0000 (Fri, 31 Jul 2009)

Log Message:
-----------
sendmail: benny branch, fixed gsed call

Modified Paths:
--------------
    csw/mgar/pkg/sendmail/branches/benny/Makefile

Modified: csw/mgar/pkg/sendmail/branches/benny/Makefile
===================================================================
--- csw/mgar/pkg/sendmail/branches/benny/Makefile	2009-07-31 15:12:19 UTC (rev 5776)
+++ csw/mgar/pkg/sendmail/branches/benny/Makefile	2009-07-31 15:16:48 UTC (rev 5777)
@@ -122,7 +122,7 @@
 
 	@# install m4/cf macros
 	find $(WORKSRC)/cf -type f -exec chmod 644 {} +
-	gsed -i '' 's,MAILDIR=/etc/mail,MAILDIR=$(sysconfdir)/mail,' \
+	perl -pi -e 's,MAILDIR=/etc/mail,MAILDIR=$(sysconfdir)/mail,' \
 		$(WORKSRC)/cf/cf/Makefile
 	cp -r $(WORKSRC)/cf $(DESTDIR)$(sharedstatedir)/mail
 	cp $(DOWNLOADDIR)/README.CSW $(DESTDIR)$(sharedstatedir)/mail


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