summaryrefslogtreecommitdiffstats
path: root/make_slackware_live.sh
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-11-30 10:06:23 +0100
committer Eric Hameleers <alien@slackware.com>2016-11-30 10:06:23 +0100
commit841563e794f79708b5d7e10373569df0ce9b7f82 (patch)
tree121395b0036fb9e4b5dd01e3d8ec6b870c6b57a3 /make_slackware_live.sh
parent2a9663778fd73bcc88b46ed42adde09536dae56d (diff)
downloadliveslak-841563e794f79708b5d7e10373569df0ce9b7f82.tar.gz
liveslak-841563e794f79708b5d7e10373569df0ce9b7f82.tar.xz
make_slackware_live.sh: liloconfig is in /sbin - not in /usr/sbin .
Diffstat (limited to 'make_slackware_live.sh')
-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 bf934fe..989b7e1 100755
--- a/make_slackware_live.sh
+++ b/make_slackware_live.sh
@@ -1338,7 +1338,7 @@ if ls ${LIVE_ROOTDIR}/boot/vmlinuz-huge-* 1>/dev/null 2>/dev/null; then
cd - 1>/dev/null
# Fix some occurrences of '/mnt' that should not be used in the Live ISO:
sed -i -e 's, /mnt, ${T_PX},g' -e 's,=/mnt/,=${T_PX}/,g' -e 's,T_PX=/mnt,T_PX=/setup2hd,g' ${LIVE_ROOTDIR}/usr/share/${LIVEMAIN}/*
- patch ${LIVE_ROOTDIR}/usr/sbin/liloconfig ${LIVE_TOOLDIR}/patches/liloconfig.patch
+ patch ${LIVE_ROOTDIR}/sbin/liloconfig ${LIVE_TOOLDIR}/patches/liloconfig.patch
patch ${LIVE_ROOTDIR}/usr/sbin/eliloconfig ${LIVE_TOOLDIR}/patches/eliloconfig.patch
# Fix some occurrences of '/usr/lib/setup/' are covered by $PATH:
sed -i -e 's,/usr/lib/setup/,,g' -e 's,:/usr/lib/setup,:/usr/share/${LIVEMAIN},g' ${LIVE_ROOTDIR}/usr/share/${LIVEMAIN}/*