Replace an obsolete flag -L in an mkisofs(1) command line with

-allow-leading-dots to fix "make release" for FreeBSD/powerpc.

Reviewed by:	marcel
This commit is contained in:
Hiroki Sato 2010-10-03 13:13:10 +00:00
parent 1354026034
commit 832f8c8a9b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213381

View File

@ -54,4 +54,4 @@ fi
LABEL=$1; shift
NAME=$1; shift
mkisofs $bootable -r -hfs -part -no-desktop -hfs-volid $LABEL -l -J -L -o $NAME $*
mkisofs $bootable -r -hfs -part -no-desktop -hfs-volid $LABEL -l -J -allow-leading-dots -o $NAME $*