From: Richard Kettlewell Date: Fri, 6 Jun 2008 11:12:03 +0000 (+0100) Subject: force cgidir so we can build on a system without a web swerver X-Git-Tag: 4.0~14 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/commitdiff_plain/1151ed913400df946e9698af547d3504b60e5c44?ds=sidebyside force cgidir so we can build on a system without a web swerver --- 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)))