diff options
author | ache <ache@FreeBSD.org> | 1995-10-28 02:01:34 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-10-28 02:01:34 +0000 |
commit | 9d04264cb61a7e6c2ac0a4acfaeb3ed1a3597a9d (patch) | |
tree | 27b33bda9705a6a5e851361a431a5977753901b6 /etc | |
parent | 35c800da00ba3da62b5f47cae31dd31435d6769f (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 \ |