Commit d5912699 authored by Casey Strouse's avatar Casey Strouse

fix install prefix issue

parent 20e478c9
......@@ -20,6 +20,6 @@ class Banner < Package
end
def self.install
system 'make', "PREFIX=#{CREW_PREFIX}", "DESTDIR=#{CREW_DEST_DIR}", 'install'
system 'make', "INSTBASEDIR=#{CREW_DEST_PREFIX}", '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