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

Fix install for fortune and sl
This commit is contained in:
Chris Thurber
2018-10-26 12:19:37 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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