From 9abd411bd1bb5f5f07ef5e6dd575b46842efb7c6 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Wed, 9 Jun 2004 18:54:35 +0000 Subject: [PATCH] Removed the -T option to mkisofs. We don't need the TRANS.TBL files any more, and we should save the space. --- CONF.sh | 4 ++-- Makefile | 4 ++-- debian/CONF.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONF.sh b/CONF.sh index 0ea3349e..db211888 100644 --- a/CONF.sh +++ b/CONF.sh @@ -137,8 +137,8 @@ export CONTRIB=1 # Options # export MKISOFS=/usr/bin/mkisofs -# export MKISOFS_OPTS="-r -T" #For normal users -# export MKISOFS_OPTS="-r -F . -T" #For symlink farmers +# export MKISOFS_OPTS="-r" #For normal users +# export MKISOFS_OPTS="-r -F ." #For symlink farmers # ISOLinux support for multiboot on CD1 for i386 export ISOLINUX=1 diff --git a/Makefile b/Makefile index af922a21..ef5461c0 100755 --- a/Makefile +++ b/Makefile @@ -51,9 +51,9 @@ export MKISOFS=/usr/bin/mkisofs endif ifndef MKISOFS_OPTS #For normal users -MKISOFS_OPTS=-r -T +MKISOFS_OPTS=-r #For symlink farmers -#MKISOFS_OPTS=-r -F . -T +#MKISOFS_OPTS=-r -F . endif ifndef HOOK HOOK=$(BASEDIR)/tools/$(CODENAME).hook diff --git a/debian/CONF.sh b/debian/CONF.sh index fca62c90..f9a9d43b 100644 --- a/debian/CONF.sh +++ b/debian/CONF.sh @@ -125,8 +125,8 @@ export CONTRIB=1 # Options # export MKISOFS=/usr/bin/mkisofs -# export MKISOFS_OPTS="-r -T" #For normal users -# export MKISOFS_OPTS="-r -F . -T" #For symlink farmers +# export MKISOFS_OPTS="-r" #For normal users +# export MKISOFS_OPTS="-r -F ." #For symlink farmers # ISOLinux support for multiboot on CD1 for i386 export ISOLINUX=1