* Added "-F ." for symlink farmers...

This commit is contained in:
Raphaël Hertzog 2000-07-02 11:09:34 +00:00
parent 8f8c0e3980
commit 3c4dd7d6db
4 changed files with 4 additions and 3 deletions

View File

@ -79,4 +79,4 @@ export APTTMP=/ftp/tmp/apt
# Options
# export MKISOFS=/usr/bin/mkhybrid
# export MKISOFS_OPTS="-a -r -T" #For normal users
# export MKISOFS_OPTS="-a -r -F -T" #For symlink farmers
# export MKISOFS_OPTS="-a -r -F . -T" #For symlink farmers

View File

@ -47,7 +47,7 @@ ifndef MKISOFS_OPTS
#For normal users
MKISOFS_OPTS=-a -r -T
#For symlink farmers
#MKISOFS_OPTS=-a -r -F -T
#MKISOFS_OPTS=-a -r -F . -T
endif
ifndef HOOK
HOOK=$(BASEDIR)/tools/$(CODENAME).hook

2
debian/CONF.sh vendored
View File

@ -69,4 +69,4 @@ export APTTMP=/home/ftp/tmp/apt
# Options
# export MKISOFS=/usr/bin/mkhybrid
# export MKISOFS_OPTS="-a -r -T" #For normal users
# export MKISOFS_OPTS="-a -r -F -T" #For symlink farmers
# export MKISOFS_OPTS="-a -r -F . -T" #For symlink farmers

1
debian/changelog vendored
View File

@ -3,6 +3,7 @@ debian-cd (2.2.2) frozen unstable; urgency=low
* Still targeted to frozen. Documentations (README.html on the CD) updates
& other little changes.
* Fixed targets bin-image and src-image to use CD$(CD) instead of $(CD).
* Added "." after -F argument for symlink farm user. Closes: #66599
-- Raphael Hertzog <hertzog@debian.org> Fri, 30 Jun 2000 17:50:16 +0200