From e3002132fec64b8370d211ffdae845a8796120c8 Mon Sep 17 00:00:00 2001 From: John Doe Date: Fri, 22 Oct 2021 18:07:07 +0800 Subject: [PATCH] fix --- scripts/merge_packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/merge_packages.sh b/scripts/merge_packages.sh index 4617bb5..34b1cb6 100644 --- a/scripts/merge_packages.sh +++ b/scripts/merge_packages.sh @@ -14,7 +14,7 @@ function merge_package(){ mv $pn package/custom/ } function drop_package(){ - find package/ -follow -name $pn -not -path "package/custom/*" | xargs -rt rm -r + find package/ -follow -name $1 -not -path "package/custom/*" | xargs -rt rm -r } function merge_feed(){ if [ ! -d "feed/$1" ]; then