summaryrefslogtreecommitdiff
path: root/src/remove.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-08-28 18:31:25 +0000
committerdavidovski <david@davidovski.xyz>2022-08-28 18:31:25 +0000
commit62ac6c319289550931696346ce08f2c0ed70fc0d (patch)
treedb46daf7ef3bb5d0e1dad5f05c39bb6afb743953 /src/remove.sh
parent45fdd7d7bdbffe9bca29ff630b1fea917b2338c2 (diff)
fixed removing removing from wrong sysrootv1.7.4
Diffstat (limited to 'src/remove.sh')
-rw-r--r--src/remove.sh2
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 ] &&