aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-01 11:04:36 +0200
committerAndrea Adami <andrea.adami@gmail.com>2009-05-01 11:04:36 +0200
commit5d467834c566fa7d1da021ee88bd008e4a470d17 (patch)
treee41a9ef27d86ada7a7e094faa34a22ea45bb167f /recipes
parent2dbd0204e5612ee8054248a8c2961114cc71c140 (diff)
downloadopenembedded-5d467834c566fa7d1da021ee88bd008e4a470d17.tar.gz
gpe-othello: don't strip during install
- this breaks now with new install - strip is done in packaging
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch b/recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch
index 1c43724c25..def1915f2b 100644
--- a/recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch
+++ b/recipes/gpe-othello/gpe-othello-0.2-1/fix-makefiles.patch
@@ -278,7 +278,7 @@ diff -urNd ../gpe-othello-0.2-1-r0/gpe-othello-0.2-1/Makefile gpe-othello-0.2-1/
install-program: all
- install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
- strip $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
-+ install -s -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
++ install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
install -d $(DESTDIR)$(PREFIX)/share/pixmaps
install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/
install -d $(DESTDIR)$(PREFIX)/share/applications