wok
rev 6931
Added make check to elfutils to see if fixes build problem.
author |
Christopher Rogers <slaxemulator@gmail.com> |
date |
Sat Oct 23 00:00:53 2010 +0000 (2010-10-23) |
parents |
6b13333e1ad0 |
children |
69c640a690b5 |
files |
elfutils/receipt |
line diff
1.1 --- a/elfutils/receipt Fri Oct 22 23:14:16 2010 +0000
1.2 +++ b/elfutils/receipt Sat Oct 23 00:00:53 2010 +0000
1.3 @@ -29,6 +29,7 @@
1.4 --mandir=/usr/share/man \
1.5 $CONFIGURE_ARGS &&
1.6 make &&
1.7 + make check &&
1.8 make DESTDIR=$PWD/_pkg install
1.9 }
1.10