Add missing /usr/lib/debug directories

Directories for /usr/lib{,32}/{i18n,private} were missing from the mtree
file, which caused installworld to install the files that should be in
the directory as the name of the directory.
This commit is contained in:
Ed Maste 2014-10-28 14:48:52 +00:00
parent 6697d7663b
commit f2664bdf4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=273780
2 changed files with 13 additions and 0 deletions

View File

@ -38,6 +38,11 @@
# xargs -n1 | sort | uniq -d;
# done
# 20141028: debug files accidentally installed as directory name
OLD_FILES+=usr/lib/debug/usr/lib/i18n
OLD_FILES+=usr/lib/debug/usr/lib/private
OLD_FILES+=usr/lib/debug/usr/lib32/i18n
OLD_FILES+=usr/lib/debug/usr/lib32/private
# 20141015: OpenSSL 1.0.1j import
OLD_FILES+=usr/share/openssl/man/man3/CMS_sign_add1_signer.3.gz
# 20140922: sleepq_calc_signal_retval.9 and sleepq_catch_signals.9 removed

View File

@ -26,8 +26,16 @@
lib
engines
..
i18n
..
private
..
..
lib32
i18n
..
private
..
..
libexec
bsdinstall