diff options
author | Russ Allbery <rra@stanford.edu> | 2007-12-04 01:12:55 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-12-04 01:12:55 +0000 |
commit | d58bad0969c8e51c1d1539910639188b6ea1fc94 (patch) | |
tree | ee3bfe8c2398217d0b8d3b6e735e1ca1c39d7394 /debian/rules | |
parent | 0668baad4bc53757061d0313a06adf171a93407a (diff) |
dh_installdirs similarly needs to have DH_OPTIONS unset.release/0.3debian/0.3-1
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 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 |