packages: redmine/redmine.spec - get rid of /usr/bin/env and /usr/local/bin

baggins baggins at pld-linux.org
Sun Mar 7 00:33:52 CET 2010


Author: baggins                      Date: Sat Mar  6 23:33:52 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- get rid of /usr/bin/env and /usr/local/bin

---- Files affected:
packages/redmine:
   redmine.spec (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: packages/redmine/redmine.spec
diff -u packages/redmine/redmine.spec:1.15 packages/redmine/redmine.spec:1.16
--- packages/redmine/redmine.spec:1.15	Sun Mar  7 00:26:30 2010
+++ packages/redmine/redmine.spec	Sun Mar  7 00:33:46 2010
@@ -100,6 +100,10 @@
 
 %patch0 -p1
 
+find -type f -print0 | \
+	xargs -0 %{__sed} -i -e 's,/usr/bin/env ruby,%{__ruby},' \
+			     -e 's,/usr/local/bin/ruby,%{__ruby},'
+
 %build
 
 %install
@@ -235,6 +239,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.16  2010/03/06 23:33:46  baggins
+- get rid of /usr/bin/env and /usr/local/bin
+
 Revision 1.15  2010/03/06 23:26:30  baggins
 - properly install dispatchers
 - fix attrs on configs and scripts
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/redmine/redmine.spec?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list