summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2021-04-13 15:26:05 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2021-04-14 10:53:34 +0200
commit0004ffa73a1378993064a94e4ccb785699a2ed79 (patch)
treeadbf235e6d9d20c9d96b873a04d33420992b3068 /man
parentb75e26874e6ae5493933368786b92afb8aa29547 (diff)
downloadlvm2-0004ffa73a1378993064a94e4ccb785699a2ed79.tar.gz
makefiles: fix replacing path for LVM_PATH
Man pages were generated with incorrect LVM_PATH.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index 01097c886..a6029bbe8 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -140,7 +140,7 @@ $(SED) -e "s+#VERSION#+$(LVM_VERSION)+" \
-e "s+#DEFAULT_PROFILE_DIR#+$(DEFAULT_PROFILE_DIR)+" \
-e "s+#DEFAULT_CACHE_DIR#+$(DEFAULT_CACHE_DIR)+" \
-e "s+#DEFAULT_LOCK_DIR#+$(DEFAULT_LOCK_DIR)+" \
- -e "s+#LVM_PATH#+$(exec_prefix)/lvm+" \
+ -e "s+#LVM_PATH#+@bindir@/lvm+" \
-e "s+#DEFAULT_RUN_DIR#+$(DEFAULT_RUN_DIR)+" \
-e "s+#DEFAULT_PID_DIR#+$(DEFAULT_PID_DIR)+" \
-e "s+#SYSTEMD_GENERATOR_DIR#+$(SYSTEMD_GENERATOR_DIR)+" \