Fix my fix for relative paths during package removal so that one may remove multiple packages at a time.

This commit is contained in:
Nathan Phillip Brink 2010-09-20 10:52:03 -04:00
parent f10dea040c
commit 7810093bba

View File

@ -146,8 +146,9 @@ find_ebuilds() {
done done
# Replace with the filtered version # Replace with the filtered version
SC_CHANGE_LIST=
for pkg in ${CS_REMOVED_PACKAGE_LIST}; do for pkg in ${CS_REMOVED_PACKAGE_LIST}; do
SC_CHANGE_LIST=${SC_ROOT}${pkg} SC_CHANGE_LIST="${SC_CHANGE_LIST} ${SC_ROOT}${pkg}"
done done
local sdir local sdir