diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-02-16 09:59:34 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-02-18 20:48:42 +0100 |
commit | 85da0324a1ebb13374224f4c92441f068ca01f9c (patch) | |
tree | 64bb2d106e34301a7d918b2605ab5206755b62f9 /Makefile | |
parent | 092d90df2a1e701728a7b36d4ec4059b66d8d37b (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |