summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2018-08-30 12:59:59 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2018-08-30 13:14:10 +0200
commita0f6f188416823c2d32bb54bddff00e09f4426e4 (patch)
tree82b3e1316d1c92c1d45e41f8ea9fccef5ea8fce1 /configure
parent03ed2aae3a54afcc521a1af9b8a62827c1fb76d6 (diff)
downloadlvm2-a0f6f188416823c2d32bb54bddff00e09f4426e4.tar.gz
configure: fix LVMCONFIG_PATH assignment
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4ad2d4d1e..d6ddbc2fa 100755
--- a/configure
+++ b/configure
@@ -13417,7 +13417,7 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
-LVMCONFIG_PATH="$$BINDIR/lvmconfig"
+LVMCONFIG_PATH="$SBINDIR/lvmconfig"
cat >>confdefs.h <<_ACEOF
#define LVMCONFIG_PATH "$LVMCONFIG_PATH"