Commit 9815c5da authored by Damian Montero's avatar Damian Montero Committed by GitHub

Merge pull request #375 from cstrouse/fix-unzip-postinstall

Fix postinstall cleanup
parents 71df1dc9 74f77f93
......@@ -32,7 +32,7 @@ class Unzip < Package
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "MANDIR=/usr/local/tmp/unzip-man", "-f", "unix/Makefile", "install"
#remove the man pages we couldn't install
system "rm -r -f /usr/local/tmp/unzipman"
system "rm -r -f /usr/local/tmp/unzip-man"
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment