ports/sysutils/freesbie/files/patch-scripts_iso.sh
Thomas Zander 5ce1bea7b8 Fix remaining uses of mount_devfs and pkg_install; cleanup port
Details:
- Fix remaining uses of mount_devfs and pkg_install [1]
- Bump PORTREVISION
- Add pkg-message about the upstream project no longer being
  maintained
- pet portlint

Reported by:	christophe.maury@gmail.com via email [1]
2017-09-16 10:36:17 +00:00

11 lines
419 B
Bash

--- scripts/iso.sh.orig 2006-10-01 12:00:47 UTC
+++ scripts/iso.sh
@@ -48,7 +48,7 @@ cd ${CLONEDIR}
echo "Running mkisofs..."
-mkisofs -b boot/cdboot -no-emul-boot -J -r -ldots -l -L -V ${FREESBIE_LABEL} -p FreeSBIE -o $ISOPATH . >> ${LOGFILE} 2>&1
+mkisofs -b boot/cdboot -no-emul-boot -J -r -ldots -l -allow-leading-dots -V ${FREESBIE_LABEL} -p FreeSBIE -o $ISOPATH . >> ${LOGFILE} 2>&1
echo "ISO created:"