Change pacparser.rb to use CREW_PREFIX also.

parent accbfe82
...@@ -12,6 +12,6 @@ class Pacparser < Package ...@@ -12,6 +12,6 @@ class Pacparser < Package
end end
def self.install def self.install
system "DESTDIR=#{CREW_DEST_DIR} PREFIX=/usr/local make -C src install" system "DESTDIR=#{CREW_DEST_DIR} PREFIX=#{CREW_PREFIX} make -C src 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