summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-16 09:59:34 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-16 09:59:34 +0100
commitfef6d137ba83bcd0dd79f824a023a0655108ab46 (patch)
tree744183f03ae86817c9f2238ab1a0775961a35646 /Makefile
parent7fc4e02d13e0deb6ad1a94718438b8a69b6036b3 (diff)
update test skip conditions and notice
Turns out giflib 5.1.2 is the culprit and it isn't Deban-specific after all.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6c60ba..e52073a 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ build-applications:
@${MAKE} -C share/applications
test: all
- @if ! uname -m | fgrep -q -e arm -e mips || ! test -e /etc/debian_version; then \
+ @if ! uname -m | fgrep -q -e arm -e mips; then \
PACKAGE=${PACKAGE} prove test/feh.t test/mandoc.t; \
else \
PACKAGE=${PACKAGE} prove test/feh.t test/mandoc.t || cat test/imlib2-bug-notice; \