From e73dc0ae8e693bad4df0351b0367c6f06269b179 Mon Sep 17 00:00:00 2001 From: Richard Kettlewell Date: Sat, 10 Nov 2007 15:56:01 +0000 Subject: [PATCH] force x-www-browser on debian --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.11.0