From: Paul Hänsch Date: Mon, 21 Sep 2020 12:03:37 +0000 (+0200) Subject: make apt keyring readable by apt user X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;ds=sidebyside;h=0d197fdc9e6d296252e400789935fa5b55ef0176;p=blast make apt keyring readable by apt user --- diff --git a/Makefile b/Makefile index 1028267..708fbcb 100644 --- a/Makefile +++ b/Makefile @@ -237,6 +237,7 @@ ${SYSROOT}/etc/apt/apt.conf.d/10norecommends: ${SYSROOT} ${SYSROOT}/etc/apt/trusted.gpg.d/: ${SYSROOT} _bootstrap mkdir -p -m 755 "$@" cp keys/*.gpg "$@" + chmod 644 "$@"/*.gpg _install: ${SYSROOT} _aptkeys _norecommends printf '%s\n' "$${SOURCES}" |sort -u >"$${SYSROOT}/etc/apt/sources.list"