From c2ec9ee463a0e5392b31e7cb1f0dd555580a2463 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 24 Mar 2022 14:24:42 +0100 Subject: Fix the missing qjackctl autostart --- 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 4593c79..4ae3f51 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2777,7 +2777,7 @@ EOT else QJCDF=/usr/share/applications/qjackctl.desktop fi - cp -a ${QJCDF} \ + cp -a ${LIVE_ROOTDIR}/${QJCDF} \ ${LIVE_ROOTDIR}/home/${LIVEUID}/.config/autostart/ # Add all our programs into their own submenu Applications>Multimedia>DAW -- cgit v1.2.3