From 4bd08bd2d324715dcd3c7651dd1b7cd856922930 Mon Sep 17 00:00:00 2001 From: kensmith Date: Sun, 30 Jan 2005 21:10:52 +0000 Subject: The current version of mkisofs is warning us that the -P option will be changing with the next version, and we should be using -publisher instead. Also warned by: trhodes MFC after: 1 week --- release/i386/mkisoimages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/i386') diff --git a/release/i386/mkisoimages.sh b/release/i386/mkisoimages.sh index 96425d5..cd796e5 100644 --- a/release/i386/mkisoimages.sh +++ b/release/i386/mkisoimages.sh @@ -54,4 +54,4 @@ fi LABEL=$1; shift NAME=$1; shift -mkisofs $bootable -r -J -V $LABEL -P "$publisher" -o $NAME $* +mkisofs $bootable -r -J -V $LABEL -publisher "$publisher" -o $NAME $* -- cgit v1.1