packages: ruby-rake/ruby-rake.spec - replice env with direct ruby invocation

baggins baggins at pld-linux.org
Sun Feb 28 14:44:42 CET 2010


Author: baggins                      Date: Sun Feb 28 13:44:42 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- replice env with direct ruby invocation

---- Files affected:
packages/ruby-rake:
   ruby-rake.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/ruby-rake/ruby-rake.spec
diff -u packages/ruby-rake/ruby-rake.spec:1.1 packages/ruby-rake/ruby-rake.spec:1.2
--- packages/ruby-rake/ruby-rake.spec:1.1	Sun Feb 28 01:16:25 2010
+++ packages/ruby-rake/ruby-rake.spec	Sun Feb 28 14:44:37 2010
@@ -36,6 +36,8 @@
 %{__tar} xf %{SOURCE0} -O data.tar.gz | %{__tar} xz
 find -newer README  -o -print | xargs touch --reference %{SOURCE0}
 
+%{__sed} -i -e 's|/usr/bin/env ruby|%{__ruby}|' bin/rake
+
 %build
 rdoc --ri --op ri lib
 rdoc --op rdoc lib
@@ -71,6 +73,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2010/02/28 13:44:37  baggins
+- replice env with direct ruby invocation
+
 Revision 1.1  2010/02/28 00:16:25  baggins
 - initial revision
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ruby-rake/ruby-rake.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list