From b0e694a10a6f9e00d49a741d9f71445eb9d1284c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Oct 2017 16:35:07 +0100 Subject: fix typo --- src/backend/functions_makepkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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" -- cgit v1.2.3