From: Stephen Seo Date: Thu, 2 Jun 2022 08:05:39 +0000 (+0900) Subject: Fix errors with the previous commit X-Git-Url: https://git.seodisparate.com/stephenseo/js/bootstrap.bundle.min.js?a=commitdiff_plain;h=5bee6bb54d4b59c86d8c4e3949faf53be68122a1;p=AnotherAURHelper Fix errors with the previous commit The previous commit made an invalid symlink to the signature. This commit fixes this. --- diff --git a/update.py b/update.py index c8d2f8b..f9f8afc 100755 --- a/update.py +++ b/update.py @@ -818,8 +818,8 @@ def update_pkg_list( [ "/usr/bin/ln", "-sf", - str(os.path.join(pkg_out_dir, f"{repo}")), - str(os.path.join(pkg_out_dir, f"{repo}")).removesuffix("tar.sig") + ".sig", + str(os.path.join(pkg_out_dir, f"{repo}.sig")), + str(os.path.join(pkg_out_dir, f"{repo}")).removesuffix(".tar") + ".sig", ] ) except subprocess.CalledProcessError: