From 8f5d81cbc8bef45dd2244a1ca8798d8262a991c2 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 8 Mar 2005 13:39:39 +0000 Subject: [PATCH] Remove DESTDIR from LVM_SHARED_PATH. --- WHATS_NEW | 1 + tools/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index ae0023615..e15b5926d 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,5 +1,6 @@ Version 2.01.07 - ================================ + Remove DESTDIR from LVM_SHARED_PATH. clvmd fixes: make FDs close-on-exec gulm unlocks VG & orphan locks at startup in case they are stale gulm now unlocks VG & orphan locks if client dies. diff --git a/tools/Makefile.in b/tools/Makefile.in index d032e7094..71bc072e4 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -90,7 +90,7 @@ ifeq ("@DEVMAPPER@", "yes") LVMLIBS += -ldevmapper endif -CFLAGS += -DLVM_SHARED_PATH=\"$(sbindir)/lvm\" +CFLAGS += -DLVM_SHARED_PATH=\"$(exec_prefix)/sbin/lvm\" include $(top_srcdir)/make.tmpl