[csw-devel] SF.net SVN: gar:[17204] csw/mgar/pkg/ruby19/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Sat Feb 25 04:24:25 CET 2012
Revision: 17204
http://gar.svn.sourceforge.net/gar/?rev=17204&view=rev
Author: bdwalton
Date: 2012-02-25 03:24:25 +0000 (Sat, 25 Feb 2012)
Log Message:
-----------
ruby19/trunk: cleanup the manpage fix for readability
Modified Paths:
--------------
csw/mgar/pkg/ruby19/trunk/Makefile
Modified: csw/mgar/pkg/ruby19/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ruby19/trunk/Makefile 2012-02-25 02:58:14 UTC (rev 17203)
+++ csw/mgar/pkg/ruby19/trunk/Makefile 2012-02-25 03:24:25 UTC (rev 17204)
@@ -181,5 +181,5 @@
@find $(DESTDIR)$(prefix) -type f -name '*.rb' -exec \
perl -i -plne "s{^#!/usr/local/bin/ruby}{#!$(bindir)/$(NAME)}g" {} \;
@echo " ==> Fixing paths in manpages"
- @( cd $(DESTDIR)$(mandir)/man1; perl -pi -e 's/usr\/local\/bin\/ruby/opt\/csw\/bin\/ruby191/g' ruby191.1 )
+ @( cd $(DESTDIR)$(mandir)/man1; perl -pi -e 's!usr/local/bin/ruby!opt/csw/bin/ruby191!g' ruby191.1 )
@$(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