summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-22 21:26:52 +0000
committerache <ache@FreeBSD.org>1995-10-22 21:26:52 +0000
commitbcf71a810c6082d61169c6f754b4408359437cc6 (patch)
tree579e09687310de9c3fc110e126ed6b277d74dc51 /etc
parentc0fdbd4bef07420eb60362130ede06330db1eae2 (diff)
downloadFreeBSD-src-bcf71a810c6082d61169c6f754b4408359437cc6.zip
FreeBSD-src-bcf71a810c6082d61169c6f754b4408359437cc6.tar.gz
Fix 'upgrade' stuff, i.e. when make distrib-dirs runs not
on clean file system but for -current locale links upgrade.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index a3cb5d3..35f247d 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.120 1995/10/10 09:47:51 phk Exp $
+# $Id: Makefile,v 1.121 1995/10/22 00:38:13 ache Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -448,7 +448,7 @@ distrib-dirs:
then \
cd ${DESTDIR}/usr/share/locale; \
for l in ${LATIN1LINKS} ; do \
- [ -d $$l.ISO_8859-1 ] || rm -f $$l.ISO_8859-1; \
+ rm -f $$l.ISO_8859-1; \
done; \
fi
mtree -deU -f ${.CURDIR}/mtree/BSD.usr.dist -p ${DESTDIR}/usr
OpenPOWER on IntegriCloud