X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm-tld-macros.git;a=blobdiff_plain;f=gem_helper.rb;fp=gem_helper.rb;h=3a82737be6709e0e29e647eb87bce0b095428e66;hp=6457a7a4b4b33f014f39eb24e1be6d15440c6e36;hb=208adebc7b42418e7fea34d3a573e0e8b03e36bd;hpb=04aa83ed7a5c08323cec49e49f5972dca66352d3 diff --git a/gem_helper.rb b/gem_helper.rb index 6457a7a..3a82737 100755 --- a/gem_helper.rb +++ b/gem_helper.rb @@ -60,7 +60,7 @@ if ARGV[0] == "build" or ARGV[0] == "install" or ARGV[0] == "spec" opts.on("--fix-permissions", "Force standard permissions for files installed") do ARGV.delete("--fix-permissions") fixperms = true - end + end opts.on("-i", "--install-dir GEMDIR", "Gem repository directory") do |val| gemdir = val end