From a0e4ea99915b7cd049c5589449558ed3e5710f3c Mon Sep 17 00:00:00 2001 From: ngn Date: Sun, 25 Aug 2024 10:15:08 +0300 Subject: [PATCH] fix: unzip source directory cleanup --- src/unzip/pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unzip/pkg.sh b/src/unzip/pkg.sh index d55fe78..c821fb3 100644 --- a/src/unzip/pkg.sh +++ b/src/unzip/pkg.sh @@ -33,5 +33,5 @@ PACKAGE() { MANDIR="${ROOTDIR}/usr/share/man/man1" \ install - cd .. && rm -rf "${NAME}${VERSIO/./}" + cd .. && rm -r "${NAME}${VERSION/./}" }