diff --git a/libraries/filesystem b/libraries/filesystem index 2a49aef..eca28a0 100644 --- a/libraries/filesystem +++ b/libraries/filesystem @@ -142,7 +142,7 @@ function mergeOverlay() { run "cp -apf --parents ${ITEM} ${TRASHDIR}/ebuilds/" || return 1 done fi - if [ "$(toUpper ${FTS})" != "NONE" ]; then + if [ "$(toUpper ${FTS})" != "NONE" ] && [ "$(toUpper ${FTS})" != "N/A" ]; then for ITEM in ${FTS}; do rm -rf ${TRASHDIR}/ebuilds/${ITEM} done