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:
parent
1354026034
commit
832f8c8a9b
@ -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 $*
|
||||
|
Loading…
Reference in New Issue
Block a user