lose extra - on -joliet-long
This commit is contained in:
parent
6112370e0a
commit
b774eb3535
|
@ -2,7 +2,7 @@ debian-cd (3.1.22) UNRELEASED; urgency=medium
|
|||
|
||||
[ Steve McIntyre ]
|
||||
* Ensure that in all places where we use -J we also use
|
||||
--joliet-long. Thanks to Thomas Schmitt again for a clear bug report!
|
||||
-joliet-long. Thanks to Thomas Schmitt again for a clear bug report!
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Sat, 10 Feb 2018 00:26:46 +0000
|
||||
|
||||
|
|
|
@ -16,19 +16,19 @@ OPTS=
|
|||
|
||||
case "$ARCH" in
|
||||
i386)
|
||||
OPTS="-J --joliet-long"
|
||||
OPTS="-J -joliet-long"
|
||||
;;
|
||||
amd64)
|
||||
OPTS="-J --joliet-long"
|
||||
OPTS="-J -joliet-long"
|
||||
;;
|
||||
alpha)
|
||||
OPTS="-J --joliet-long"
|
||||
OPTS="-J -joliet-long"
|
||||
;;
|
||||
arm*)
|
||||
OPTS="-J --joliet-long"
|
||||
OPTS="-J -joliet-long"
|
||||
;;
|
||||
s390*)
|
||||
OPTS="-J --joliet-long"
|
||||
OPTS="-J -joliet-long"
|
||||
;;
|
||||
*)
|
||||
#No options by default - don't know about other arches
|
||||
|
|
|
@ -158,7 +158,7 @@ make_cd () {
|
|||
|
||||
if [ $JTE = 1 ] ; then
|
||||
set +e
|
||||
${MKISOFS} -J --joliet-long -r -V "Debian $VER update $TYPEUP" -o \
|
||||
${MKISOFS} -J -joliet-long -r -V "Debian $VER update $TYPEUP" -o \
|
||||
${ISODIR}/${BASENAME}.iso \
|
||||
-jigdo-jigdo ${JIGDODIR}/${BASENAME}.jigdo \
|
||||
-jigdo-template ${JIGDODIR}/${BASENAME}.template \
|
||||
|
@ -200,7 +200,7 @@ make_cd () {
|
|||
mv ${JIGDODIR}/${BASENAME}.jigdo.gz ${JIGDODIR}/${BASENAME}.jigdo
|
||||
else
|
||||
set +e
|
||||
${MKISOFS} -J --joliet-long -r -V "Debian $VER update $TYPEUP" -o \
|
||||
${MKISOFS} -J -joliet-long -r -V "Debian $VER update $TYPEUP" -o \
|
||||
$OUT/iso-$TYPE/${BASENAME}.iso \
|
||||
$UPD/CD$CDNUM 2>&1 | grep "extents written"
|
||||
if [ $? -ne 0 ] ; then
|
||||
|
|
Loading…
Reference in New Issue