All of lore.kernel.org
 help / color / mirror / Atom feed
* master - configure: fix LVMCONFIG_PATH assignment
@ 2018-08-30 11:16 Peter Rajnoha
  0 siblings, 0 replies; only message in thread
From: Peter Rajnoha @ 2018-08-30 11:16 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=a0f6f188416823c2d32bb54bddff00e09f4426e4
Commit:        a0f6f188416823c2d32bb54bddff00e09f4426e4
Parent:        03ed2aae3a54afcc521a1af9b8a62827c1fb76d6
Author:        Peter Rajnoha <prajnoha@redhat.com>
AuthorDate:    Thu Aug 30 12:59:59 2018 +0200
Committer:     Peter Rajnoha <prajnoha@redhat.com>
CommitterDate: Thu Aug 30 13:14:10 2018 +0200

configure: fix LVMCONFIG_PATH assignment

---
 configure    |    2 +-
 configure.ac |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 4ad2d4d..d6ddbc2 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"
diff --git a/configure.ac b/configure.ac
index 8f5349f..6d9308f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1494,7 +1494,7 @@ SBINDIR="$(eval echo $(eval echo $sbindir))"
 LVM_PATH="$SBINDIR/lvm"
 AC_DEFINE_UNQUOTED(LVM_PATH, ["$LVM_PATH"], [Path to lvm binary.])
 
-LVMCONFIG_PATH="$$BINDIR/lvmconfig"
+LVMCONFIG_PATH="$SBINDIR/lvmconfig"
 AC_DEFINE_UNQUOTED(LVMCONFIG_PATH, ["$LVMCONFIG_PATH"], [Path to lvmconfig binary.])
 
 USRSBINDIR="$(eval echo $(eval echo $usrsbindir))"



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-30 11:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-30 11:16 master - configure: fix LVMCONFIG_PATH assignment Peter Rajnoha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.