# HG changeset patch # User Christopher Rogers # Date 1305868229 0 # Node ID ad480a4addbccc592bdb44a3f7a608f6ff029b24 # Parent 1a6375a82057d15790736ec5eb66543a555d7794 wipe: Add $CONFIGURE_ARGS. diff -r 1a6375a82057 -r ad480a4addbc wipe/receipt --- a/wipe/receipt Fri May 20 05:06:22 2011 +0000 +++ b/wipe/receipt Fri May 20 05:10:29 2011 +0000 @@ -15,7 +15,7 @@ compile_rules() { cd $src - ./configure --prefix=/usr && + ./configure --prefix=/usr $CONFIGURE_ARGS && make && make prefix=$PWD/_pkg/usr install }