From: Richard Kettlewell Date: Sat, 10 Nov 2007 15:56:01 +0000 (+0000) Subject: force x-www-browser on debian X-Git-Tag: debian-1_5_99dev8~48 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/e73dc0ae8e693bad4df0351b0367c6f06269b179?hp=0ec4c5e69dc74bbe543506cd3bbd812d686fb4fd force x-www-browser on debian --- diff --git a/debian/rules b/debian/rules index ac22a29..a7e2c58 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ # # Options to configure. This can be overridden by the caller if necessary. -CONFIGURE=--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man +CONFIGURE=--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man --with-browser=x-www-browser # Set DEB_BUILD_OPTIONS=noopt to produce a non-optimized build. ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))