opnsense-ports/sysutils/livecd/files/patch-livecd.sh
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

20 lines
521 B
Bash

--- livecd.sh.orig Fri Dec 17 20:02:55 2004
+++ livecd.sh Fri Dec 17 20:03:21 2004
@@ -302,7 +302,7 @@
/usr/local/bin/mkisofs -b boot/cdboot -no-emul-boot -c boot/boot.catalog -r -l -L -V LiveCD -o $LIVEISODIR/LiveCD.iso . >> $LIVEDIR/log || aviso
dialog --title "FreeBSD LiveCD" --msgbox "$i_dialogo_1" 5 60
-elif then
+else
dialog --title "FreeBSD LiveCD" --msgbox "$i_dialogo_2" 5 75
#
@@ -578,7 +578,7 @@
do
if [ -f ./config.ok ] ; then
main_dialog
-elif then
+else
idioma
fi
done