Skip to content

Commit

Permalink
chromium: openSUSE does not support chromium
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Brugger <[email protected]>
  • Loading branch information
mbgg committed Jul 3, 2017
1 parent 1cf401f commit 60145c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/chromium
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 60145c0

Please sign in to comment.