Commit 43f731a1 authored by Jan Baudisch's avatar Jan Baudisch Committed by Kazushi (Jam) Marukawa

Update lvm2

parent 18be8ba3
...@@ -10,7 +10,7 @@ class Lvm2 < Package ...@@ -10,7 +10,7 @@ class Lvm2 < Package
depends_on 'readline' depends_on 'readline'
def self.build def self.build
system "./configure --disable-selinux --prefix=#{CREW_PREFIX}" system "./configure --disable-selinux --prefix=#{CREW_PREFIX} --with-confdir=#{CREW_PREFIX}/etc"
system "make" system "make"
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