immortalwrt/package/lienol/tcping/patches/002-Remove-strip.patch
2020-12-26 22:57:52 +08:00

14 lines
244 B
Diff

diff --git a/Makefile b/Makefile
index 1778ebf..e44119e 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ all: tcping
tcping: $(OBJS)
$(CC) $(OBJS) $(LDFLAGS) -o tcping
- strip tcping
+
install: tcping
cp tcping $(DESTDIR)/usr/bin