Commit e2a9a8c6 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Change make install line

parent 5192a17c
...@@ -15,6 +15,6 @@ class Mosh < Package ...@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment