aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTomáš Chvátal <tomas.chvatal@gmail.com>2018-04-26 03:06:39 -0700
committerZac Medico <zmedico@gentoo.org>2018-04-26 03:06:39 -0700
commitb79edd9d0a12d0bb49217989bad58c7556164166 (patch)
tree11ddd5b6a5d7f7716f14a08f57b013fca362ab39 /bin
parentSchedulerInterface: expose AbstractEventLoop methods (bug 591760) (diff)
downloadportage-b79edd9d0a12d0bb49217989bad58c7556164166.tar.gz
portage-b79edd9d0a12d0bb49217989bad58c7556164166.tar.bz2
portage-b79edd9d0a12d0bb49217989bad58c7556164166.zip
etc-update: include opensuse-tumbleweed in suse OS_FAMILY
Diffstat (limited to 'bin')
-rwxr-xr-xbin/etc-update2
1 files changed, 1 insertions, 1 deletions
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