aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-11-10 07:56:56 +0100
committer Eric Hameleers <alien@slackware.com>2021-11-10 07:56:56 +0100
commit7c9b8f0300a833111046fd5ea144763f26069f84 (patch)
treeb943cbfc78151ce34b1d4c7ddda402b7f74ba20d
parenteeb5479732f4792919b47b5deac3c21acda216e0 (diff)
downloadliveslak-7c9b8f0300a833111046fd5ea144763f26069f84.tar.gz
liveslak-7c9b8f0300a833111046fd5ea144763f26069f84.tar.xz
fc-cache needs to be searched in the live filesystem
-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 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