Fix my fix for relative paths during package removal so that one may remove multiple packages at a time.
This commit is contained in:
parent
f10dea040c
commit
7810093bba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user