[DRE-commits] [SCM] ruby-railties-3.2.git branch, master, updated. debian/3.2.6-2-9-g4466df8

Antonio Terceiro terceiro at debian.org
Fri Jun 29 00:07:19 UTC 2012


The following commit has been merged in the master branch:
commit 8df2315814d746c622852cf91eb9440f55a96aa7
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Jun 28 20:49:28 2012 -0300

    Fix patch

diff --git a/debian/patches/be-carefull-with-that-bundler.patch b/debian/patches/be-carefull-with-that-bundler.patch
index 9ffa7ee..2d8ee0e 100644
--- a/debian/patches/be-carefull-with-that-bundler.patch
+++ b/debian/patches/be-carefull-with-that-bundler.patch
@@ -30,7 +30,7 @@ Author: Antonio Terceiro <terceiro at debian.org>
 -        #
 -        # Thanks to James Tucker for the Gem tricks involved in this call.
 -        print `"#{Gem.ruby}" -rubygems "#{Gem.bin_path('bundler', 'bundle')}" #{command}`
-+        print `"#{Gem.ruby}" -rubygems /usr/bin/bundle" #{command}`
++        print `"#{Gem.ruby}" -rubygems /usr/bin/bundle #{command}`
        end
  
        def run_bundle

-- 
ruby-railties-3.2.git



More information about the Pkg-ruby-extras-commits mailing list