Commit 8f978e92 authored by Ed Reel's avatar Ed Reel

Add missing whois.filelist and whois.directorylist

parent e6ca8d15
...@@ -17,6 +17,8 @@ class Whois < Package ...@@ -17,6 +17,8 @@ class Whois < Package
end end
def self.install def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" system "mkdir -p #{CREW_DEST_DIR}/usr/local/bin"
system "cp mkpasswd #{CREW_DEST_DIR}/usr/local/bin"
system "cp whois #{CREW_DEST_DIR}/usr/local/bin"
end end
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