Commit 92200007 authored by Alan Hardman's avatar Alan Hardman Committed by Kazushi (Jam) Marukawa

Use prefix variable in Pass make install

parent 4aa103c4
...@@ -15,6 +15,6 @@ class Pass < Package ...@@ -15,6 +15,6 @@ class Pass < Package
depends_on 'gnupg' depends_on 'gnupg'
def self.install def self.install
system "make", "PREFIX=/usr/local", "DESTDIR=#{CREW_DEST_DIR}", "install" system "make", "PREFIX=#{CREW_PREFIX}", "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