Commit 84433c63 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #543 from jam7/update-unrar

Correct install directory
parents dd90b49f 3cbfe47a
...@@ -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