rmtrash - use gzip and explicit names

master
Adam Vandenberg 2010-01-30 10:48:52 -08:00
parent 4b3ff2ec82
commit 2c1243c037
1 changed files with 2 additions and 3 deletions

View File

@ -8,8 +8,7 @@ class Rmtrash <Formula
def install
system "make LDFLAGS='-framework Foundation -prebind' all"
system "gzip #{name}.1"
man1.install "#{name}.1.gz"
bin.install "#{name}"
man1.install gzip("rmtrash.1")
bin.install "rmtrash"
end
end