[csw-devel] SF.net SVN: gar:[12536] csw/mgar/pkg/coreutils/trunk/Makefile

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Fri Jan 14 04:05:11 CET 2011


Revision: 12536
          http://gar.svn.sourceforge.net/gar/?rev=12536&view=rev
Author:   bdwalton
Date:     2011-01-14 03:05:11 +0000 (Fri, 14 Jan 2011)

Log Message:
-----------
coreutils/trunk: correct paths in the info file to be either csw specific or not /usr/local

Modified Paths:
--------------
    csw/mgar/pkg/coreutils/trunk/Makefile

Modified: csw/mgar/pkg/coreutils/trunk/Makefile
===================================================================
--- csw/mgar/pkg/coreutils/trunk/Makefile	2011-01-14 00:59:19 UTC (rev 12535)
+++ csw/mgar/pkg/coreutils/trunk/Makefile	2011-01-14 03:05:11 UTC (rev 12536)
@@ -74,4 +74,8 @@
 			base=$$(basename $$f); \
 			gln -s $$f ./$${base/g/}; \
 		done )
+	@(cd $(PKGROOT)$(datadir)/info; \
+		perl -pi -e 's#/usr/local/bin/printf#/opt/csw/bin/gprintf#g;' \
+			 -e 's#/usr/local/bin/listusers#/my/bin/showusers#;' \
+			coreutils.info)
 	@$(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