From 2bebf1f318e82d6ac60876dab76f58b58cb89267 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 16 Jul 2021 12:24:06 +0300 Subject: [PATCH] kiss: Fix incorrect variable name --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 252bc36..6bbe698 100755 --- a/kiss +++ b/kiss @@ -1357,7 +1357,7 @@ pkg_remove() { run_hook pre-remove "$1" "$sys_db/$1" # Make a backup of any etcsums if they exist. - tmp_file_copy "$pkg_name" etcsums-copy "$sys_db/$pkg_name/etcsums" + tmp_file_copy "$1" etcsums-copy "$sys_db/$1/etcsums" log "$1" "Removing package" pkg_remove_files "$_tmp_file" < "$sys_db/$1/manifest"