mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Merge pull request #2792 from uberhacker/update-fortune-sl-packages
Fix install for fortune and sl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user