mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Change make install line
This commit is contained in:
committed by
Kazushi (Jam) Marukawa
parent
5192a17c37
commit
e2a9a8c617
@@ -15,6 +15,6 @@ class Mosh < Package
|
||||
end
|
||||
|
||||
def self.install
|
||||
system 'make install'
|
||||
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user