From 7c9b8f0300a833111046fd5ea144763f26069f84 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 10 Nov 2021 07:56:56 +0100 Subject: fc-cache needs to be searched in the live filesystem --- 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 48b9bcc..1b25fa4 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -2268,7 +2268,7 @@ fi # missing modules: echo "mode: blank" > ${LIVE_ROOTDIR}/home/${LIVEUID}/.xscreensaver -if [ -x /usr/bin/fc-cache ]; then +if [ -x ${LIVE_ROOTDIR}/usr/bin/fc-cache ]; then # Make the EmojiOne TTF font universally available: mkdir -p ${LIVE_ROOTDIR}/etc/fonts cat << EOT > ${LIVE_ROOTDIR}/etc/fonts/local.conf -- cgit v1.2.3