diff options
Diffstat (limited to 'src/remove.sh')
-rw-r--r-- | src/remove.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.sh b/src/remove.sh index ae5b58a..790dc5d 100644 --- a/src/remove.sh +++ b/src/remove.sh @@ -10,7 +10,7 @@ remove () { local real="" for package in $@; do - local package_dir="${INSTALLED_DIR}/$package" + local package_dir="${SYSROOT}${INSTALLED_DIR}/$package" local filesfile="${package_dir}/files" if [ -d $package_dir ]; then [ -f $filesfile ] && |