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: