mirror of
https://github.com/rworkman/slackpkg
synced 2024-11-15 19:47:54 +01:00
post-functions.sh: Respect $ROOT in looknew()
Thanks again to burdi01 on LQ.
This commit is contained in:
parent
caf6a1ab96
commit
b55bfd9645
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ looknew() {
|
|||
fi
|
||||
|
||||
echo -e "\nSearching for NEW configuration files"
|
||||
FILES=$(find /etc /var/yp /usr/share/vim -name "*.new" ${ONLY_NEW_DOTNEW} \
|
||||
FILES=$(find ${ROOT}/etc ${ROOT}/var/yp ${ROOT}/usr/share/vim -name "*.new" ${ONLY_NEW_DOTNEW} \
|
||||
-not -name "rc.inet1.conf.new" \
|
||||
-not -name "group.new" \
|
||||
-not -name "passwd.new" \
|
||||
|
|
Loading…
Reference in a new issue