summaryrefslogtreecommitdiff
path: root/pppdump
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-12-31 05:31:43 +0100
committerGitHub <noreply@github.com>2020-12-31 15:31:43 +1100
commit2ff8d30b889d33d3dd881257210d0ebb0806c76f (patch)
treedcb1449f4c756d387c42b991286efda6e53748f0 /pppdump
parent5930c1c1d35dc1e7cce2987f2b11a9d5a4bf1551 (diff)
downloadppp-2ff8d30b889d33d3dd881257210d0ebb0806c76f.tar.gz
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 <samuel.thibault@ens-lyon.org>
Diffstat (limited to 'pppdump')
-rw-r--r--pppdump/Makefile.linux2
1 files changed, 1 insertions, 1 deletions
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)