aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2024-01-07 19:42:31 +0100
committer Eric Hameleers <alien@slackware.com>2024-01-07 19:42:31 +0100
commite5b320110e1202bb226786882c9c449758db37c8 (patch)
treeaf3d75d2a247a4c7fdd60c82eb6264bb01d6772b
parent436f7ea7eee3ab47480cd9689a3521be7ca5ac97 (diff)
downloadliveslak-e5b320110e1202bb226786882c9c449758db37c8.tar.gz
liveslak-e5b320110e1202bb226786882c9c449758db37c8.tar.xz
Use full path to program in chroot
-rwxr-xr-xmake_slackware_live.sh2
1 files changed, 1 insertions, 1 deletions
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