Fix handbook symlink install problem with old version installed
PR: docs/14163 Submitted by: nbm@rucus.ru.ac.za
This commit is contained in:
parent
14970734dc
commit
f8da7adcf2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=5812
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Taken from:
|
# Taken from:
|
||||||
# Id: bsd.subdir.mk,v 1.27 1999/03/21 06:43:40 bde
|
# Id: bsd.subdir.mk,v 1.27 1999/03/21 06:43:40 bde
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
# $FreeBSD: doc/share/mk/doc.subdir.mk,v 1.2 1999/09/06 06:53:39 peter Exp $
|
||||||
#
|
#
|
||||||
# This include file <doc.subdir.mk> contains the default targets
|
# This include file <doc.subdir.mk> contains the default targets
|
||||||
# for building subdirectories in the FreeBSD Documentation Project.
|
# for building subdirectories in the FreeBSD Documentation Project.
|
||||||
|
@ -106,7 +106,7 @@ symlinks:
|
||||||
${ECHO} "$${d}/$${l} doesn't exist, not linking"; \
|
${ECHO} "$${d}/$${l} doesn't exist, not linking"; \
|
||||||
else \
|
else \
|
||||||
${ECHO} $${d}/$${t} -\> $${d}/$${l}; \
|
${ECHO} $${d}/$${t} -\> $${d}/$${l}; \
|
||||||
(cd $${d} && rm -f $${t}); \
|
(cd $${d} && rm -rf $${t}); \
|
||||||
(cd $${d} && ln -s $${l} $${t}); \
|
(cd $${d} && ln -s $${l} $${t}); \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue