summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2011-09-24 12:45:10 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 22:11:46 -0800
commitd6f3791a0d8f869a6fd04dfa4d08133f6236a6ab (patch)
tree5f9c3e59ace3016fec6095557d17ab0dac9f503e /debian/rules
parent6abeb002287effb250599f3923dbd6913e3f8e38 (diff)
Don't set --sbindir when calling configure; upstream takes care of this
for us
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 5784bd1f..f24686c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ dl = $(d)/local
override_dh_auto_configure:
dh_auto_configure -- --enable-static --enable-shared \
- --libdir=/lib/$(DEB_HOST_MULTIARCH) --sbindir=/sbin \
+ --libdir=/lib/$(DEB_HOST_MULTIARCH) \
--enable-isadir=/lib/security --disable-audit
# make sure the SAG, MWG, ADG are readable with a browser.