Skip to content

Commit

Permalink
fixup! Set fixed paths for various tools
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Apr 29, 2024
1 parent 47d0b2b commit 1f023f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pacman-key.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ import_trustdb() {
local ret=0
for importdir in "$@"; do
if [[ -f "${importdir}/trustdb.gpg" ]]; then
/bin/gpg --homedir "${importdir}" --export-ownertrust | \
/usr/bin/gpg --homedir "${importdir}" --export-ownertrust | \
"${GPG_PACMAN[@]}" --import-ownertrust -
if (( PIPESTATUS )); then
error "$(gettext "%s could not be imported.")" "${importdir}/trustdb.gpg"
Expand Down

0 comments on commit 1f023f9

Please sign in to comment.