From 9ad3df557bc670e9e6476e3911d3d801eed3a143 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Mon, 5 Oct 2020 15:48:11 +0200 Subject: DAW: move the files for custom submenu into new subfolder Un-clutter needed to prepare for further customization of the DAW ISO. --- make_slackware_live.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'make_slackware_live.sh') diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 5043b9e..127647c 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2166,11 +2166,12 @@ EOT # "X-DAW" to decide what goes into the new submenu. # Also move the existing X42-Plugins submenu below the new DAW submenu. # see https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html - install -Dm 644 ${LIVE_TOOLDIR}/${LIVEDE,,}/liveslak-daw.menu \ + install -Dm 644 ${LIVE_TOOLDIR}/media/${LIVEDE,,}/menu/liveslak-daw.menu \ -t $LIVE_ROOTDIR/etc/xdg/menus/applications-merged/ - install -Dm 644 ${LIVE_TOOLDIR}/${LIVEDE,,}/liveslak-daw.directory \ + install -Dm 644 \ + ${LIVE_TOOLDIR}/media/${LIVEDE,,}/menu/liveslak-daw.directory \ -t $LIVE_ROOTDIR/usr/share/desktop-directories/ - install -Dm 644 ${LIVE_TOOLDIR}/${LIVEDE,,}/liveslak-daw.png \ + install -Dm 644 ${LIVE_TOOLDIR}/media/${LIVEDE,,}/menu/liveslak-daw.png \ -t $LIVE_ROOTDIR/usr/share/icons/hicolor/256x256/apps/ # Any menu entry that does not yet have a Category "X-DAW" will now have to -- cgit v1.2.3