From 2ff8d30b889d33d3dd881257210d0ebb0806c76f Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 31 Dec 2020 05:31:43 +0100 Subject: Do not strip installed binaries (#186) This should be done by the packaging system, to be able to separate out debugging symbols into separate packages. Signed-off-by: Samuel Thibault --- pppdump/Makefile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pppdump') diff --git a/pppdump/Makefile.linux b/pppdump/Makefile.linux index cdf7ac4..0457561 100644 --- a/pppdump/Makefile.linux +++ b/pppdump/Makefile.linux @@ -17,5 +17,5 @@ clean: install: mkdir -p $(BINDIR) $(MANDIR) - $(INSTALL) -s -c pppdump $(BINDIR) + $(INSTALL) -c pppdump $(BINDIR) $(INSTALL) -c -m 444 pppdump.8 $(MANDIR) -- cgit v1.2.1