Commit a44e1cc7 authored by Ed Reel's avatar Ed Reel

Fix install for fortune and sl

parent 36391262
......@@ -15,6 +15,6 @@ class Fortune < Package
end
def self.install
system "install -Dm755 fortune #{CREW_DEST_PREFIX}/bin/"
system "install -Dm755 fortune #{CREW_DEST_PREFIX}/bin/fortune"
end
end
......@@ -13,6 +13,6 @@ class Sl < Package
end
def self.install
system "install -Dm755 sl #{CREW_DEST_PREFIX}/bin/"
system "install -Dm755 sl #{CREW_DEST_PREFIX}/bin/sl"
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