commit: c26bcc33c40e2259ae71e8f2666e29e087de420e Author: kewl fft <kewl <AT> alto <DOT> eu <DOT> org> AuthorDate: Sat Apr 7 14:21:44 2018 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Apr 7 17:09:27 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c26bcc33
etc-update: add antergos to Arch Linux derivatives Closes: https://github.com/gentoo/portage/pull/294 bin/etc-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/etc-update b/bin/etc-update index 7cd880d7c..5a4041c07 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -36,7 +36,7 @@ OS_RELEASE_ID=$(cat /etc/os-release 2>/dev/null | grep '^ID=' | cut -d'=' -f2) case $OS_RELEASE_ID in suse|opensuse) OS_FAMILY='suse' NEW_EXT='rpmnew';; - arch|manjaro) OS_FAMILY='arch' NEW_EXT='pacnew';; + arch|manjaro|antergos) OS_FAMILY='arch' NEW_EXT='pacnew';; *) OS_FAMILY='gentoo' ;; esac
