From b0fe44093b52826831825858d79705f5c6a992f1 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 14 Mar 2015 20:26:15 -0400 Subject: Install files manually, not with 'make install' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream’s installer violates the FHS, and there are only two files to be installed anyway. --- debian/rules | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.3