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:
parent
6697d7663b
commit
f2664bdf4b
@ -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
|
||||
|
@ -26,8 +26,16 @@
|
||||
lib
|
||||
engines
|
||||
..
|
||||
i18n
|
||||
..
|
||||
private
|
||||
..
|
||||
..
|
||||
lib32
|
||||
i18n
|
||||
..
|
||||
private
|
||||
..
|
||||
..
|
||||
libexec
|
||||
bsdinstall
|
||||
|
Loading…
Reference in New Issue
Block a user