mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 02:26:38 -04:00
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]
11 lines
419 B
Bash
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:"
|
|
|