diff options
author | emaste <emaste@FreeBSD.org> | 2014-10-28 14:48:52 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2014-10-28 14:48:52 +0000 |
commit | 95f601fb4fb00e90246cb9450b07534d6b874654 (patch) | |
tree | 502bb833a7a5cd335104e8df32205a33471af01d | |
parent | 3256c62527928359e8538e812fa7ecf6922ab633 (diff) | |
download | FreeBSD-src-95f601fb4fb00e90246cb9450b07534d6b874654.zip FreeBSD-src-95f601fb4fb00e90246cb9450b07534d6b874654.tar.gz |
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.
-rw-r--r-- | ObsoleteFiles.inc | 5 | ||||
-rw-r--r-- | etc/mtree/BSD.debug.dist | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 3629bb8..5ac579f 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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 diff --git a/etc/mtree/BSD.debug.dist b/etc/mtree/BSD.debug.dist index ab75d0f..7797a4c 100644 --- a/etc/mtree/BSD.debug.dist +++ b/etc/mtree/BSD.debug.dist @@ -26,8 +26,16 @@ lib engines .. + i18n + .. + private + .. .. lib32 + i18n + .. + private + .. .. libexec bsdinstall |