diff options
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 131c822..b107d60 100755 --- a/debian/rules +++ b/debian/rules @@ -13,6 +13,13 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed override_dh_auto_configure: cp Makefile.proto Makefile +.PHONY: override_dh_auto_install +override_dh_auto_install: + # Upstream's installer violates the FHS, and there are only two files to + # install anyway. Do it manually using secpwgen.install and + # secpwgen.manpages. + /bin/true + .PHONY: override_dh_installdocs override_dh_installdocs: dh_installdocs -XREADME |