From 238fd0867a395790681ab107a559946e6bf545eb Mon Sep 17 00:00:00 2001 From: Matthias Brugger Date: Mon, 3 Jul 2017 09:15:18 +0200 Subject: [PATCH] chromium: openSUSE does not support chromium Signed-off-by: Matthias Brugger --- targets/chromium | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/chromium b/targets/chromium index 282a27a08..2a784e3ec 100644 --- a/targets/chromium +++ b/targets/chromium @@ -3,7 +3,7 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. if [ "${TARGETNOINSTALL:-c}" = 'c' ] && - [ "$DISTRO" = 'debian' -o "$DISTRO" = 'kali' ] && + [ "$DISTRO" = 'debian' -o "$DISTRO" = 'kali' -o "$DISTRO" = 'opensuse' ] && [ "${ARCH#arm}" != "$ARCH" ]; then error 99 "chromium target is not supported on "$DISTRO"/"$ARCH"." fi