X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/1bce463aca30f9a111ed8f0e8ec0605e01311f89..bdd2a99650780a1ef4a9e788eaabbc5e810cc39c:/debian/rules diff --git a/debian/rules b/debian/rules index 113f989..0c14444 100755 --- a/debian/rules +++ b/debian/rules @@ -23,7 +23,7 @@ httpdir=/var/www browser=x-www-browser # 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=$browser cgiexecdir="${cgiexecdir}" httpdir="${httpdir}" +CONFIGURE=--prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib --mandir=/usr/share/man --with-browser=${browser} cgiexecdir="${cgiexecdir}" httpdir="${httpdir}" # Set DEB_BUILD_OPTIONS=noopt to produce a non-optimized build. ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))