[DRE-commits] [SCM] redmine.git branch, master, updated. debian/1.3.3+dfsg1-2-15-g7461bdb
Jérémy Lal
kapouer at melix.org
Mon May 14 10:00:22 UTC 2012
The following commit has been merged in the master branch:
commit 7461bdb57860941c7692295e3fae51a713378371
Author: Jérémy Lal <kapouer at melix.org>
Date: Mon May 14 11:57:36 2012 +0200
Do not replace /usr/bin/env ruby by /usr/bin/ruby1.8
diff --git a/debian/rules b/debian/rules
index 0bc281c..77a8e04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,9 +41,6 @@ binary-install/redmine::
chmod a-x debian/redmine/usr/share/redmine/vendor/plugins/rfpdf/lib/fonts/ttf2ufm/makefontuni_ruby.php
chmod a-x debian/redmine/usr/share/redmine/vendor/plugins/rfpdf/lib/fonts/ttf2ufm/README.TXT
- # Replace shebang by /usr/bin/ruby1.8
- sed -i -e 's/\#\!\/usr\/bin\/env\ ruby/\#\!\/usr\/bin\/ruby1\.8/g' `fgrep -Rl '#!/usr/bin/env ruby' debian/redmine/usr/share/redmine/*`
-
# install font files
mv $(buildfontsdir)/*.z debian/redmine/usr/share/redmine/vendor/plugins/rfpdf/lib/fonts/
mv $(buildfontsdir)/*.rb debian/redmine/usr/share/redmine/vendor/plugins/rfpdf/lib/fonts/
--
redmine.git
More information about the Pkg-ruby-extras-commits
mailing list