diff options
Diffstat (limited to 'tools/showtext')
-rw-r--r-- | tools/showtext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/showtext/Makefile b/tools/showtext/Makefile index 542482a..139d2e8 100644 --- a/tools/showtext/Makefile +++ b/tools/showtext/Makefile @@ -36,7 +36,7 @@ $(PRGNAME): $(OBJS) install: $(PRGNAME) install -d $(BINDIR) - install -m 755 -o root -g root -s $(PRGNAME) $(BINDIR) + install -m 755 -o root -g root $(PRESTRIP) $(PRGNAME) $(BINDIR) uninstall: rm -f $(BINDIR)/$(PRGNAME) |