Correct install directory

parent eb5bf9f7
...@@ -13,7 +13,7 @@ class Unrar < Package ...@@ -13,7 +13,7 @@ class Unrar < Package
end end
def self.install def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" system "make", "DESTDIR=#{CREW_DEST_DIR}/usr/local", "install"
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install-lib" system "make", "DESTDIR=#{CREW_DEST_DIR}/usr/local", "install-lib"
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