Commit 9d641aff authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Remove sed command and replace with make PREFIX

parent 0a4ae534
......@@ -9,12 +9,8 @@ class Plowshare < Package
depends_on 'recode'
def self.build
system "sed -i 's,PREFIX ?= /usr,PREFIX ?= #{CREW_PREFIX},' Makefile"
end
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "make", "PREFIX=#{CREW_PREFIX}", "DESTDIR=#{CREW_DEST_DIR}", "install"
#end
# uncomment after PR #1110 is merged
......
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