From d6f3791a0d8f869a6fd04dfa4d08133f6236a6ab Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 24 Sep 2011 12:45:10 -0700 Subject: Don't set --sbindir when calling configure; upstream takes care of this for us --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') 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. -- cgit v1.2.3