From b7c19097e11979fb500b22ede31be7bd3a89be34 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Tue, 10 Sep 2024 15:05:54 -0300 Subject: [PATCH] Fix typo in portzap-install --- libexec/portzap/commands/portzap-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libexec/portzap/commands/portzap-install b/libexec/portzap/commands/portzap-install index 0e7ebbe..a796eab 100755 --- a/libexec/portzap/commands/portzap-install +++ b/libexec/portzap/commands/portzap-install @@ -29,8 +29,8 @@ if [ -e "${commitfile}" ]; then # install update commit=$(cat "${commitfile}") "${libexec}"/scripts/install -d "${installdir}" - "${libexec}"/scripts/install/update-deleted-files "${repodir}" "${installdir}" "${commit}" - "${libexec}"/scripts/install/update-changed-files "${repodir}" "${installdir}" "${commit}" + "${libexec}"/scripts/update-deleted-files "${repodir}" "${installdir}" "${commit}" + "${libexec}"/scripts/update-changed-files "${repodir}" "${installdir}" "${commit}" else ## # install from scratch