chiark / gitweb /
force cgidir so we can build on a system without a web swerver
authorRichard Kettlewell <rjk@greenend.org.uk>
Fri, 6 Jun 2008 11:12:03 +0000 (12:12 +0100)
committerRichard Kettlewell <rjk@greenend.org.uk>
Fri, 6 Jun 2008 11:12:03 +0000 (12:12 +0100)
debian/rules

index 831fd68588bf7c577c9885440e7804c9700e8d07..865fb6ef103f69d854430f09ecc3cdbb8fff64d3 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 --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)))