]> TLD Linux GIT Repositories - packages/lvm2.git/blob - lvm2-lvm_path.patch
- drop tool checks, build environment is too restricted to allow that
[packages/lvm2.git] / lvm2-lvm_path.patch
1 diff -dur -x '*~' LVM2.2.02.95.orig/configure.in LVM2.2.02.95/configure.in
2 --- LVM2.2.02.95.orig/configure.in      2012-07-01 15:33:45.000000000 +0200
3 +++ LVM2.2.02.95/configure.in   2012-07-02 18:41:07.560481138 +0200
4 @@ -1267,7 +1267,7 @@
5  lvm_exec_prefix=$exec_prefix
6  test "$lvm_exec_prefix" = NONE && lvm_exec_prefix=$prefix
7  test "$lvm_exec_prefix" = NONE && lvm_exec_prefix=$ac_default_prefix
8 -LVM_PATH="$lvm_exec_prefix/sbin/lvm"
9 +LVM_PATH="$sbindir/lvm"
10  AC_DEFINE_UNQUOTED(LVM_PATH, ["$LVM_PATH"], [Path to lvm binary.])
11  
12  if  test "$CLVMD" != none; then