Commit 67ab0073 authored by Jan Baudisch's avatar Jan Baudisch Committed by GitHub

Update util_linux to use CREW_PREFIX

parent 3e18f596
......@@ -11,7 +11,7 @@ class Util_linux < Package
depends_on 'vdev'
def self.build
system "./configure --prefix=/usr/local"
system "./configure --prefix=#{CREW_PREFIX}"
system "sed -i '/chgrp/d' ./Makefile"
system "make"
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