Signed-off-by: Theodore Ts'o <tytso@xxxxxxx> --- scrub/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scrub/Makefile.in b/scrub/Makefile.in index 2f6d63014..f1e917fcf 100644 --- a/scrub/Makefile.in +++ b/scrub/Makefile.in @@ -129,6 +129,8 @@ install-systemd: $(SERVICE_FILES) $(INSTALL_DATA) $$i $(DESTDIR)$(SYSTEMD_SYSTEM_UNIT_DIR)/$$i; \ done +install-strip: install + install: $(PROGS) $(MANPAGES) $(FMANPAGES) installdirs $(INSTALL_TGT) $(Q) for i in $(PROGS); do \ $(ES) " INSTALL $(root_sbindir)/$$i"; \ -- 2.19.1