commit 23af9e2b8ca5e15cb7a2e78daa54cff5b23ec980
parent 79696d6c674edaad45046434cd445e9215e7f3fa
Author: Gerrit Pape <pape@smarden.org>
Date: Fri, 16 Nov 2001 16:33:29 +0000
minor.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -22,7 +22,7 @@ $(PACKAGE).tar.gz:
mkdir -p TEMP/admin/$(PACKAGE)
make -C src clean
cp -a $(DIRS) TEMP/admin/$(PACKAGE)/
- ln -s ../etc/debian TEMP/admin/$(PACKAGE)/doc/
+ ln -sf ../etc/debian TEMP/admin/$(PACKAGE)/doc/
chmod -R g-ws TEMP/admin
chmod +t TEMP/admin
find TEMP -exec touch {} \;