summaryrefslogtreecommitdiff
path: root/tools/lcdtestpattern
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2011-03-06 10:08:49 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2011-03-06 10:08:49 +0100
commitc29885101605c3711d65b6f7e20e6be3dd7f9837 (patch)
tree85025b3afc16cc3afde56625829493b596b536f3 /tools/lcdtestpattern
parent8e6e0230a9b1f9b0fb4ee7a02e88def95367c12b (diff)
downloadgraphlcd-base-c29885101605c3711d65b6f7e20e6be3dd7f9837.tar.gz
graphlcd-base-c29885101605c3711d65b6f7e20e6be3dd7f9837.tar.bz2
added STRIP-option for gentoo
see http://www.vdr-portal.de/board/thread.php?postid=905301#post905301
Diffstat (limited to 'tools/lcdtestpattern')
-rw-r--r--tools/lcdtestpattern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lcdtestpattern/Makefile b/tools/lcdtestpattern/Makefile
index 504e27c..51b1123 100644
--- a/tools/lcdtestpattern/Makefile
+++ b/tools/lcdtestpattern/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)