diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-06-06 23:54:36 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-06-06 23:54:36 -0400 |
commit | e02c0129e10e4ed8e102978df31a7e370f5b868b (patch) | |
tree | 475e987720aaccce8f6c0cadb53649a589b893a2 /rbuild | |
parent | debian/changelog (3.2.11-1) (diff) | |
parent | v3: hub, post bundles, sisupod_make, file selection selection for tar.xz, fix (diff) |
Merge tag 'sisu_3.2.12' into debian/sid
Diffstat (limited to 'rbuild')
-rw-r--r-- | rbuild | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/usr/bin/env ruby -raise 'Please, use ruby1.8.4 or later.' if RUBY_VERSION < '1.8.4' +raise 'Please, use ruby1.9.3 or later.' if RUBY_VERSION < '1.9.3' =begin Common Rakefile, Rantfile installer for SiSU softlink Rakefile and Rantfile to this file |