diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-14 16:35:07 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-14 16:35:07 +0100 |
commit | b0e694a10a6f9e00d49a741d9f71445eb9d1284c (patch) | |
tree | e2e3dcf5565afc26d661edfb482282322f2c3ede | |
parent | 1f05eda0645b132bd7d92e78a57e19860b63e486 (diff) |
fix typo
-rw-r--r-- | src/backend/functions_makepkg.sh | 2 |
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" |