* Added "-F ." for symlink farmers...
This commit is contained in:
parent
8f8c0e3980
commit
3c4dd7d6db
2
CONF.sh
2
CONF.sh
|
@ -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
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue