force x-www-browser on debian
authorRichard Kettlewell <rjk@greenend.org.uk>
Sat, 10 Nov 2007 15:56:01 +0000 (15:56 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sat, 10 Nov 2007 15:56:01 +0000 (15:56 +0000)
debian/rules

index ac22a29..a7e2c58 100755 (executable)
@@ -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)))