summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-14 16:35:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-14 16:35:07 +0100
commitb0e694a10a6f9e00d49a741d9f71445eb9d1284c (patch)
treee2e3dcf5565afc26d661edfb482282322f2c3ede
parent1f05eda0645b132bd7d92e78a57e19860b63e486 (diff)
fix typo
-rw-r--r--src/backend/functions_makepkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/functions_makepkg.sh b/src/backend/functions_makepkg.sh
index e67230e..47b007f 100644
--- a/src/backend/functions_makepkg.sh
+++ b/src/backend/functions_makepkg.sh
@@ -8,7 +8,7 @@ jailpkgprep () {
done
jailpkgmnt
break
- elif [[ -d "$ropath" && -d "$rwdpath" && -d "$workpath" && -d "$overlaypath" ]] ; then
+ elif [[ -d "$ropath" && -d "$rwpath" && -d "$workpath" && -d "$overlaypath" ]] ; then
jailpkgdmnt
for i in "$ropath" "$rwpath" "$workpath" "$overlaypath" ; do
rm -rf "$i"