commit: b79edd9d0a12d0bb49217989bad58c7556164166
Author: Tomáš Chvátal <tomas.chvatal <AT> gmail <DOT> com>
AuthorDate: Thu Apr 26 10:06:39 2018 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 10:06:39 2018 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=b79edd9d
etc-update: include opensuse-tumbleweed in suse OS_FAMILY
bin/etc-update | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/etc-update b/bin/etc-update
index b15cceb4c..d5f5febb7 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -35,7 +35,7 @@ get_config() {
OS_RELEASE_ID=$(cat /etc/os-release 2>/dev/null | grep '^ID=' | cut -d'=' -f2
| sed -e 's/"//g')
case $OS_RELEASE_ID in
- suse|opensuse|opensuse-leap) OS_FAMILY='suse' NEW_EXT='rpmnew';;
+ suse|opensuse|opensuse-leap|opensuse-tumbleweed) OS_FAMILY='suse'
NEW_EXT='rpmnew';;
arch|manjaro|antergos) OS_FAMILY='arch' NEW_EXT='pacnew';;
*) OS_FAMILY='gentoo' ;;
esac