mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Fix 'upgrade' stuff, i.e. when make distrib-dirs runs not
on clean file system but for -current locale links upgrade.
This commit is contained in:
parent
0b518254c0
commit
41ff067079
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11686
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user