Commit 20e478c9 authored by Casey Strouse's avatar Casey Strouse

Add PREFIX constant to step.

parent 0f6bf4f9
...@@ -20,6 +20,6 @@ class Banner < Package ...@@ -20,6 +20,6 @@ class Banner < Package
end end
def self.install def self.install
system 'make', "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