aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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