X-Git-Url: https://git.tld-linux.org/?p=packages%2Frpm-tld-macros.git;a=blobdiff_plain;f=gem_helper.rb;h=3a82737be6709e0e29e647eb87bce0b095428e66;hp=6457a7a4b4b33f014f39eb24e1be6d15440c6e36;hb=44acd4f502565ebe81a9aa7b49406dd2c7428f86;hpb=b5115bb76a6795a89fadf5f4e7161f26203c7678 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