# HG changeset patch # User Christopher Rogers # Date 1306013231 0 # Node ID 444061e56c53001e629ed40bb114e974deca07b6 # Parent 0b271df78e5b20be75615f767c43a748721e94a0 thunar-vfs: Add $CONFIGURE_ARGS. diff -r 0b271df78e5b -r 444061e56c53 thunar-vfs/receipt --- a/thunar-vfs/receipt Sat May 21 21:25:19 2011 +0000 +++ b/thunar-vfs/receipt Sat May 21 21:27:11 2011 +0000 @@ -25,7 +25,8 @@ --enable-dbus \ --enable-startup-notification \ --disable-gnome-thumbnailers \ - --enable-debug=no && \ + --enable-debug=no \ + $CONFIGURE_ARGS && \ make && make DESTDIR=$DESTDIR install }