diff options
author | Steve Langasek <vorlon@debian.org> | 2011-09-24 12:45:10 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:46 -0800 |
commit | d6f3791a0d8f869a6fd04dfa4d08133f6236a6ab (patch) | |
tree | 5f9c3e59ace3016fec6095557d17ab0dac9f503e /debian/rules | |
parent | 6abeb002287effb250599f3923dbd6913e3f8e38 (diff) | |
download | pam-d6f3791a0d8f869a6fd04dfa4d08133f6236a6ab.tar.gz pam-d6f3791a0d8f869a6fd04dfa4d08133f6236a6ab.tar.bz2 pam-d6f3791a0d8f869a6fd04dfa4d08133f6236a6ab.zip |
Don't set --sbindir when calling configure; upstream takes care of this
for us
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
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. |