git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730e37b
)
gpe-go: don't strip during install
author
Andrea Adami
<andrea.adami@gmail.com>
Fri, 1 May 2009 09:10:35 +0000
(11:10 +0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Fri, 1 May 2009 09:10:35 +0000
(11:10 +0200)
- this breaks now with new install
- strip is done in packaging
recipes/gpe-go/gpe-go-0.05/fix-make.patch
patch
|
blob
|
history
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
dab1c7f
..
996c51e
100644
(file)
--- 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