From d58bad0969c8e51c1d1539910639188b6ea1fc94 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 4 Dec 2007 01:12:55 +0000 Subject: dh_installdirs similarly needs to have DH_OPTIONS unset. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index a9ac646..2997e4b 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ install: build-stamp dh_clean cd $(CURDIR)/perl && perl Makefile.PL INSTALLDIRS=vendor $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp - dh_installdirs + DH_OPTIONS= dh_installdirs DH_OPTIONS= dh_install --fail-missing install -m 0644 config/keytab.acl \ $(CURDIR)/debian/keytab-backend/etc/remctl/acl/keytab -- cgit v1.2.3