]> git.saurik.com Git - apt.git/blobdiff - cmdline/apt-key.in
Japanese manpages translation update
[apt.git] / cmdline / apt-key.in
index 199903d61165af2fce677695d39108abe48ef49f..0c10e59554972fc62603306daa7c4370e822096f 100644 (file)
@@ -321,7 +321,7 @@ merge_all_trusted_keyrings_into_pubring() {
     # does the same as:
     # foreach_keyring_do 'import_keys_from_keyring' "${GPGHOMEDIR}/pubring.gpg"
     # but without using gpg, just cat and find
-    local PUBRING="$(readlink -f "${GPGHOMEDIR}/pubring.gpg")"
+    local PUBRING="$(readlink -f "${GPGHOMEDIR}")/pubring.gpg"
     rm -f "$PUBRING"
     touch "$PUBRING"
     foreach_keyring_do 'catfile' "$PUBRING"