Back out bogus "fix" which was commited over right fix without any check.

This commit is contained in:
Andrey A. Chernov 1995-10-28 02:01:34 +00:00
parent 661e19c924
commit 7e37cfc3fd

View File

@ -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 \