commit: 779468506ce7cfa22050eced1588f870e7404a00 Author: kewl fft <kewl <AT> alto <DOT> eu <DOT> org> AuthorDate: Fri Jun 15 21:42:43 2018 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Fri Jun 15 23:54:43 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=77946850
etc-update: add archarm to arch OS_FAMILY Closes: https://github.com/gentoo/portage/pull/325 bin/etc-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/etc-update b/bin/etc-update index afdd48ce8..850f6a21b 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -37,7 +37,7 @@ OS_RELEASE_ID=$(cat /etc/os-release 2>/dev/null | grep '^ID=' | cut -d'=' -f2 | case $OS_RELEASE_ID in suse|opensuse|opensuse-leap|opensuse-tumbleweed) OS_FAMILY='rpm' ;; fedora|rhel) OS_FAMILY='rpm' ;; - arch|manjaro|antergos) OS_FAMILY='arch' NEW_EXT='pacnew';; + arch|archarm|manjaro|antergos) OS_FAMILY='arch' NEW_EXT='pacnew';; *) OS_FAMILY='gentoo' ;; esac
