Skip to content

Commit

Permalink
fix path to signify-openbsd
Browse files Browse the repository at this point in the history
  • Loading branch information
adrelanos committed Jan 10, 2025
1 parent ebf68a0 commit e1e62c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usr/bin/dist-installer-cli
Original file line number Diff line number Diff line change
Expand Up @@ -356,8 +356,9 @@ get_independent_host_pkgs() {
if has signify-openbsd; then
## fix Debian unconventional naming
run_signify() {
## Debian places in signify-openbsd in folder '/bin' and not '/usr/bin'.
# shellcheck disable=SC2317
${user_switch_prefix}/usr/bin/signify-openbsd "${@}"
${user_switch_prefix}/bin/signify-openbsd "${@}"
}
else
run_signify() {
Expand Down

0 comments on commit e1e62c8

Please sign in to comment.