# HG changeset patch # User Christopher Rogers # Date 1306021800 0 # Node ID 4263955c9c961c56c3b1a6b9daad4edd3adabac5 # Parent 098a8333fec3688d115927d7914e1069fc0fc242 edbus: Add $CONFIGURE_ARGS. diff -r 098a8333fec3 -r 4263955c9c96 edbus/receipt --- a/edbus/receipt Sat May 21 22:04:32 2011 +0000 +++ b/edbus/receipt Sat May 21 23:50:00 2011 +0000 @@ -17,7 +17,8 @@ compile_rules() { cd $src - ./configure && make && make install + ./configure $CONFIGURE_ARGS && + make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.