From c29885101605c3711d65b6f7e20e6be3dd7f9837 Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Sun, 6 Mar 2011 10:08:49 +0100 Subject: added STRIP-option for gentoo see http://www.vdr-portal.de/board/thread.php?postid=905301#post905301 --- tools/showtext/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/showtext/Makefile') diff --git a/tools/showtext/Makefile b/tools/showtext/Makefile index d0d963a..d43c986 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 $(STRIP) $(PRGNAME) $(BINDIR) uninstall: rm -f $(BINDIR)/$(PRGNAME) -- cgit v1.2.3