Change make install line

This commit is contained in:
Ed Reel
2017-08-06 08:58:50 -05:00
committed by Kazushi (Jam) Marukawa
parent 5192a17c37
commit e2a9a8c617

View File

@@ -15,6 +15,6 @@ class Mosh < Package
end
def self.install
system 'make install'
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
end
end