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

Fixing build prefix for Pass

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