From e9fa167b8e9eb97f6d96285ed3413bf9e9e7dd64 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 17 Mar 2019 18:50:37 -0400 Subject: [PATCH] e2scrub: fix up "make install-strip" support Signed-off-by: Theodore Ts'o --- scrub/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scrub/Makefile.in b/scrub/Makefile.in index 2f6d630..f1e917f 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"; \ -- 1.8.3.1