diff options
author | Eric Hameleers <alien@slackware.com> | 2016-05-05 16:12:32 +0200 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2016-05-05 16:12:32 +0200 |
commit | 7da5bc8925210c9c2056577b3db36719948e8e06 (patch) | |
tree | 50f20995ac4ad9a5f318259c7d4d2cacc932dde5 | |
parent | 7b6180eee2d9428de12ce1453c32a00d79449026 (diff) | |
download | liveslak-7da5bc8925210c9c2056577b3db36719948e8e06.tar.gz liveslak-7da5bc8925210c9c2056577b3db36719948e8e06.tar.xz |
Silence one "cd -".
-rwxr-xr-x | make_slackware_live.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make_slackware_live.sh b/make_slackware_live.sh index 11872a4..381f116 100755 --- a/make_slackware_live.sh +++ b/make_slackware_live.sh @@ -1144,7 +1144,7 @@ if ls ${LIVE_ROOTDIR}/boot/vmlinuz-huge-* 1>/dev/null 2>/dev/null; then uncompressfs ${DEF_SL_PKGROOT}/../isolinux/initrd.img | cpio -i -d -H newc --no-absolute-filenames usr/lib/setup/* sbin/probe sbin/fixdate mv -i usr/lib/setup/* sbin/probe sbin/fixdate . rm -r usr sbin - cd - + 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,T_PX=/mnt,T_PX=/setup2hd,g' ${LIVE_ROOTDIR}/usr/share/${LIVEMAIN}/* # Fix some occurrences of '/usr/lib/setup/' are covered by $PATH: |