mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -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
|
end
|
||||||
|
|
||||||
def self.install
|
def self.install
|
||||||
system 'make install'
|
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user