Skip to content

Commit

Permalink
infra: update path of handle-sshpw in makeupdates
Browse files Browse the repository at this point in the history
Follow-up of
commit e854e34
  • Loading branch information
rvykydal committed Nov 22, 2024
1 parent e5be57a commit 2f2405b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makeupdates
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def copy_updated_files(tag, updates, cwd, builddir):
install_gschema()
elif gitfile.startswith("data/post-scripts/"):
install_to_dir(gitfile, "usr/share/anaconda/post-scripts")
elif gitfile == "utils/handle-sshpw":
elif gitfile == "scripts/handle-sshpw":
install_to_dir(gitfile, "usr/sbin")
elif any(gitfile.endswith(libexec_script) for libexec_script in LIBEXEC_SCRIPTS):
install_to_dir(gitfile, "usr/libexec/anaconda")
Expand Down

0 comments on commit 2f2405b

Please sign in to comment.