# HG changeset patch # User Pascal Bellard # Date 1291048551 -3600 # Node ID e09be8676c88d9ce86d652520be1f6ecd3818f2a # Parent 89061517e47515b260f72132f31ab30c95222989 elfutils: make compile_rules work (weird) diff -r 89061517e475 -r e09be8676c88 elfutils/receipt --- a/elfutils/receipt Mon Nov 29 16:23:32 2010 +0100 +++ b/elfutils/receipt Mon Nov 29 17:35:51 2010 +0100 @@ -27,7 +27,7 @@ cd $src ./configure --prefix=/usr --infodir=/usr/share/info \ --mandir=/usr/share/man \ - $CONFIGURE_ARGS && + $CONFIGURE_ARGS && make make && make check && make DESTDIR=$PWD/_pkg install