aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkewl fft <kewl@alto.eu.org>2018-11-19 21:24:27 +0000
committerZac Medico <zmedico@gentoo.org>2018-11-19 13:38:37 -0800
commitcd3effcd48ca83057ca49d6e2727df931bfad4a0 (patch)
treeb7057575bb2a50b377fee10b0d861190bcfa8a4d /bin/etc-update
parentUpdates for portage-2.3.52 release (diff)
downloadportage-cd3effcd48ca83057ca49d6e2727df931bfad4a0.tar.gz
portage-cd3effcd48ca83057ca49d6e2727df931bfad4a0.tar.bz2
portage-cd3effcd48ca83057ca49d6e2727df931bfad4a0.zip
etc-update: manjaro now uses arch ID_LIKE
Closes: https://github.com/gentoo/portage/pull/381 Signed-off-by: Kewl Fft <kewl@alto.eu.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'bin/etc-update')
-rwxr-xr-xbin/etc-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/etc-update b/bin/etc-update
index be8656008..0c7a51995 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -37,7 +37,7 @@ OS_RELEASE_POSSIBLE_IDS=$(source /etc/os-release >/dev/null 2>&1; echo ":${ID}:$
case ${OS_RELEASE_POSSIBLE_IDS} in
*:suse:*|*:opensuse:*|*:opensuse-tumbleweed:*) OS_FAMILY='rpm';;
*:fedora:*|*:rhel:*) OS_FAMILY='rpm';;
- *:arch:*|*:manjaro:*|*:antergos:*) OS_FAMILY='arch' NEW_EXT='pacnew';;
+ *:arch:*|*:antergos:*) OS_FAMILY='arch' NEW_EXT='pacnew';;
*) OS_FAMILY='gentoo';;
esac