Commit ca933a3a authored by Chris Thurber's avatar Chris Thurber Committed by GitHub

Merge pull request #2792 from uberhacker/update-fortune-sl-packages

Fix install for fortune and sl
parents 53ee834b a44e1cc7
...@@ -15,6 +15,6 @@ class Fortune < Package ...@@ -15,6 +15,6 @@ class Fortune < Package
end end
def self.install def self.install
system "install -Dm755 fortune #{CREW_DEST_PREFIX}/bin/" system "install -Dm755 fortune #{CREW_DEST_PREFIX}/bin/fortune"
end end
end end
...@@ -13,6 +13,6 @@ class Sl < Package ...@@ -13,6 +13,6 @@ class Sl < Package
end end
def self.install def self.install
system "install -Dm755 sl #{CREW_DEST_PREFIX}/bin/" system "install -Dm755 sl #{CREW_DEST_PREFIX}/bin/sl"
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