diff options
Diffstat (limited to 'src/backend/functions_makepkg.sh')
-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" |