aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/Makefile')
-rw-r--r--src/tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/Makefile b/src/tools/Makefile
index fc0c0f3..0d3a2e4 100644
--- a/src/tools/Makefile
+++ b/src/tools/Makefile
@@ -24,7 +24,7 @@ clean:
rm -f wg *.o *.d
install: wg
- install -v -d "$(DESTDIR)$(BINDIR)" && install -s -m 0755 -v wg "$(DESTDIR)$(BINDIR)/wg"
+ install -v -d "$(DESTDIR)$(BINDIR)" && install -m 0755 -v wg "$(DESTDIR)$(BINDIR)/wg"
install -v -d "$(DESTDIR)$(MANDIR)/man8" && install -m 0644 -v wg.8 "$(DESTDIR)$(MANDIR)/man8/wg.8"
check: clean