Make -U once again honor -D after my change to consolidate setting
of MTREEDB with DESTDIR. PR: bin/143089 Submitted by: Anton Yuzhaninov <citrin@citrin.ru>
This commit is contained in:
parent
b8c05be0c1
commit
a68c7fa928
@ -261,11 +261,6 @@ if [ -r "$HOME/.mergemasterrc" ]; then
|
||||
. "$HOME/.mergemasterrc"
|
||||
fi
|
||||
|
||||
# Assign the location of the mtree database
|
||||
#
|
||||
MTREEDB=${MTREEDB:-${DESTDIR}/var/db}
|
||||
MTREEFILE="${MTREEDB}/mergemaster.mtree"
|
||||
|
||||
# Check the command line options
|
||||
#
|
||||
while getopts ":ascrvhipCPm:t:du:w:D:A:FU" COMMAND_LINE_ARGUMENT ; do
|
||||
@ -342,6 +337,11 @@ while getopts ":ascrvhipCPm:t:du:w:D:A:FU" COMMAND_LINE_ARGUMENT ; do
|
||||
esac
|
||||
done
|
||||
|
||||
# Assign the location of the mtree database
|
||||
#
|
||||
MTREEDB=${MTREEDB:-${DESTDIR}/var/db}
|
||||
MTREEFILE="${MTREEDB}/mergemaster.mtree"
|
||||
|
||||
# Don't force the user to set this in the mergemaster rc file
|
||||
if [ -n "${PRESERVE_FILES}" -a -z "${PRESERVE_FILES_DIR}" ]; then
|
||||
PRESERVE_FILES_DIR=/var/tmp/mergemaster/preserved-files-`date +%y%m%d-%H%M%S`
|
||||
|
Loading…
Reference in New Issue
Block a user