From 1151ed913400df946e9698af547d3504b60e5c44 Mon Sep 17 00:00:00 2001 Message-Id: <1151ed913400df946e9698af547d3504b60e5c44.1715047252.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 6 Jun 2008 12:12:03 +0100 Subject: [PATCH] force cgidir so we can build on a system without a web swerver Organization: Straylight/Edgeware From: Richard Kettlewell --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 831fd68..865fb6e 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 --with-browser=x-www-browser +CONFIGURE=--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man --with-browser=x-www-browser cgidir=/usr/lib/cgi-bin # Set DEB_BUILD_OPTIONS=noopt to produce a non-optimized build. ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) -- [mdw]