Commit 323d61e3 authored by Jan Baudisch's avatar Jan Baudisch Committed by Kazushi (Jam) Marukawa

Update eudev to use CREW_PREFIX

parent c8e07db5
......@@ -17,7 +17,7 @@ class Eudev < Package
def self.build
system 'autoreconf -f -i -s'
system './configure --prefix=/usr/local'
system "./configure --prefix=#{CREW_PREFIX}"
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