aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-go
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2009-05-12 23:38:45 +0000
committerKoen Kooi <koen@openembedded.org>2009-05-13 16:27:40 +0200
commit7ed4ecddbb3c5f3342dca0a14b6b2e941191ef16 (patch)
tree695613f649744a85aa160f08541bd0db9a45e995 /recipes/gpe-go
parent2d4900caf27d2c659549b20d6a37b02531f68eb9 (diff)
downloadopenembedded-7ed4ecddbb3c5f3342dca0a14b6b2e941191ef16.tar.gz
gpe-go: don't strip during install - this breaks now with new install - strip is done in packaging
Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Philip Balister <philip@balister.org>
Diffstat (limited to 'recipes/gpe-go')
-rw-r--r--recipes/gpe-go/gpe-go-0.05/fix-make.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gpe-go/gpe-go-0.05/fix-make.patch b/recipes/gpe-go/gpe-go-0.05/fix-make.patch
index dab1c7f9ac..996c51e001 100644
--- a/recipes/gpe-go/gpe-go-0.05/fix-make.patch
+++ b/recipes/gpe-go/gpe-go-0.05/fix-make.patch
@@ -212,7 +212,7 @@ diff -urNd ../gpe-go-0.05-r0/gpe-go-0.05/Makefile gpe-go-0.05/Makefile
install-program: $(PACKAGE).desktop 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