summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-28 02:01:34 +0000
committerache <ache@FreeBSD.org>1995-10-28 02:01:34 +0000
commit9d04264cb61a7e6c2ac0a4acfaeb3ed1a3597a9d (patch)
tree27b33bda9705a6a5e851361a431a5977753901b6 /etc
parent35c800da00ba3da62b5f47cae31dd31435d6769f (diff)
downloadFreeBSD-src-9d04264cb61a7e6c2ac0a4acfaeb3ed1a3597a9d.zip
FreeBSD-src-9d04264cb61a7e6c2ac0a4acfaeb3ed1a3597a9d.tar.gz
Back out bogus "fix" which was commited over right fix without any check.
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/Makefile b/etc/Makefile
index ad08733..fddb92d 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -444,7 +444,7 @@ distrib-dirs:
mtree -deU -f ${.CURDIR}/mtree/BSD.root.dist -p ${DESTDIR}/
mtree -deU -f ${.CURDIR}/mtree/BSD.var.dist -p ${DESTDIR}/var
# Compatibility stuff, remove obsoleted links, if exists
- -if [ -d ${DESTDIR}/usr/share/locale ] ; \
+ if [ -d ${DESTDIR}/usr/share/locale ] ; \
then \
cd ${DESTDIR}/usr/share/locale; \
for l in ${LATIN1LINKS} ; do \
OpenPOWER on IntegriCloud