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