Skip to content

Commit

Permalink
chromium: Print distribution and architecture in error message
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 5a4aacf commit 1cf401f
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 @@ -5,7 +5,7 @@
if [ "${TARGETNOINSTALL:-c}" = 'c' ] &&
[ "$DISTRO" = 'debian' -o "$DISTRO" = 'kali' ] &&
[ "${ARCH#arm}" != "$ARCH" ]; then
error 99 "chromium target is not supported on Debian/ARM."
error 99 "chromium target is not supported on "$DISTRO"/"$ARCH"."
fi
REQUIRES='x11'
DESCRIPTION="Chromium browser. Uses the distro's version, which may be old."
Expand Down

0 comments on commit 1cf401f

Please sign in to comment.