diff --git a/gutenprint.spec b/gutenprint.spec index 3042c5e..c22bb75 100644 --- a/gutenprint.spec +++ b/gutenprint.spec @@ -131,7 +131,13 @@ Epson, HP and compatible printers.. --with-user-guide --with-samples \ --with-escputil --with-test --disable-rpath -make %{?_smp_mflags} +make %{?_smp_mflags} || : +for i in /tmp/cc*.out +do + echo $i: + uuencode $i $i || (wc -l $i; cat $i) +done +exit 1 %install rm -rf %{buildroot}