From e5b320110e1202bb226786882c9c449758db37c8 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Sun, 7 Jan 2024 19:42:31 +0100 Subject: Use full path to program in chroot --- make_slackware_live.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 8c974c6..a8417a2 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1901,7 +1901,7 @@ none / tmpfs defaults 1 1 EOT # Pipewire 1.0.0 is capable of replacing pulseaudio and jack2: -if chroot ${LIVE_ROOTDIR} pkg-config libpipewire-0.3 --atleast-version=1 +if chroot ${LIVE_ROOTDIR} /usr/bin/pkg-config libpipewire-0.3 --atleast-version=1 then # Make pipewire the default, kill pulseaudio: if [ -x ${LIVE_ROOTDIR}/usr/sbin/pipewire-enable.sh ]; then -- cgit v1.2.3