# HG changeset patch # User Christopher Rogers # Date 1306013119 0 # Node ID 0b271df78e5b20be75615f767c43a748721e94a0 # Parent 277f0ebcf4df23705782cbfd94799a22b8750b74 thunar: Add $CONFIGURE_ARGS. diff -r 277f0ebcf4df -r 0b271df78e5b thunar/receipt --- a/thunar/receipt Sat May 21 21:22:39 2011 +0000 +++ b/thunar/receipt Sat May 21 21:25:19 2011 +0000 @@ -28,7 +28,8 @@ --enable-notifications \ --enable-gudev \ --libexecdir=/usr/lib \ - --enable-debug=no && \ + --enable-debug=no \ + $CONFIGURE_ARGS && \ make && make DESTDIR=$DESTDIR install }