diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-05-01 20:22:54 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-05-01 20:22:54 +0100 |
commit | c9c54dff2274b232ffb294eb112a707bdb08979c (patch) | |
tree | 491591b1eaf400935befe1a8892e8ffdd6c6157d /recipes/gpe-go/gpe-go-0.05/fix-make.patch | |
parent | 7c5721fde04a54c72d55c202440d07241b554d87 (diff) | |
parent | aed989bee84635625b1af33907fe082df6de163f (diff) |
Merge branch 'org.openembedded.dev' of git+ssh://git@git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gpe-go/gpe-go-0.05/fix-make.patch')
-rw-r--r-- | recipes/gpe-go/gpe-go-0.05/fix-make.patch | 2 |
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 |