pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lvm2: fix path to bash
Module Name: pkgsrc-wip
Committed By: Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By: bsiegert
Date: Tue Feb 3 20:28:21 2026 +0100
Changeset: 1fcc268b8685785437bebd4edd31223ffa446a6e
Modified Files:
lvm2/Makefile
Log Message:
lvm2: fix path to bash
On Linux, TOOLS_PLATFORM.bash is set to /bin/bash.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1fcc268b8685785437bebd4edd31223ffa446a6e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lvm2/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/lvm2/Makefile b/lvm2/Makefile
index e8ce59cc2c..a351e8d681 100644
--- a/lvm2/Makefile
+++ b/lvm2/Makefile
@@ -16,7 +16,7 @@ USE_TOOLS+= pkg-config gmake bash
ONLY_FOR_PLATFORM= Linux-*-*
-MAKE_FLAGS+= SHELL=${PREFIX}/bin/bash
+MAKE_FLAGS+= SHELL=${TOOLS_PLATFORM.bash}
PKGCONFIG_OVERRIDE+= daemons/dmeventd/libdevmapper-event.pc.in
PKGCONFIG_OVERRIDE+= libdm/libdevmapper.pc.in
Home |
Main Index |
Thread Index |
Old Index