[csw-devel] SF.net SVN: gar:[7493] csw/mgar/pkg/gnulinks/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Nov 28 02:13:06 CET 2009
Revision: 7493
http://gar.svn.sourceforge.net/gar/?rev=7493&view=rev
Author: bdwalton
Date: 2009-11-28 01:13:06 +0000 (Sat, 28 Nov 2009)
Log Message:
-----------
gnulinks: tweak prototype generation rule to allow gsu to be captured properly
Modified Paths:
--------------
csw/mgar/pkg/gnulinks/trunk/Makefile
Modified: csw/mgar/pkg/gnulinks/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gnulinks/trunk/Makefile 2009-11-28 01:10:38 UTC (rev 7492)
+++ csw/mgar/pkg/gnulinks/trunk/Makefile 2009-11-28 01:13:06 UTC (rev 7493)
@@ -35,7 +35,7 @@
pkgutil -L $$p | grep /opt/csw/bin/g; \
done } | \
pkgproto | \
- perl -plne 's,f none /opt/csw/bin/g([\w\d-\+\.]+) 0755 root bin,s none /opt/csw/gnu/$$1=../bin/g$$1,' | \
+ perl -plne 's,f none /opt/csw/bin/g([\w\d-\+\.]+) (45|07)55 root bin,s none /opt/csw/gnu/$$1=../bin/g$$1,' | \
grep -v "^l " | sort > $(FILEDIR)/CSWgnulinks.prototype.new )
@echo Installing new prototype.
@mv $(FILEDIR)/CSWgnulinks.prototype.new \
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