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:
c9c54df
)
keylaunch: Makefile fix - don't strip on install
author
Andrea Adami
<andrea.adami@gmail.com>
Fri, 1 May 2009 19:56:24 +0000
(21:56 +0200)
committer
Andrea Adami
<andrea.adami@gmail.com>
Fri, 1 May 2009 19:58:19 +0000
(21:58 +0200)
recipes/keylaunch/files/makefile-fix.patch
patch
|
blob
|
history
diff --git
a/recipes/keylaunch/files/makefile-fix.patch
b/recipes/keylaunch/files/makefile-fix.patch
index
d9c57e0
..
0e53e4e
100644
(file)
--- a/
recipes/keylaunch/files/makefile-fix.patch
+++ b/
recipes/keylaunch/files/makefile-fix.patch
@@
-7,7
+7,7
@@
- install -sD $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
- install -D -m 644 $(PROG)rc $(DESTDIR)/etc/$(PROG)rc
+ install -d $(DESTDIR)$(PREFIX)/bin
-+ install
-s
$(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
++ install $(PROG) $(DESTDIR)$(PREFIX)/bin/$(PROG)
+ install -d $(DESTDIR)/etc
+ install -m 644 $(PROG)rc $(DESTDIR)/etc/$(PROG)rc
install -d $(DESTDIR)/etc/X11/Xsession.d