[oe-commits] Andrea Adami : keylaunch: Makefile fix - don't strip on install

GIT User account git at amethyst.openembedded.net
Wed May 13 15:05:22 UTC 2009


Module: openembedded.git
Branch: stable/2009
Commit: dd28abce429f3b32fe8c86cb87dd01b53088df36
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dd28abce429f3b32fe8c86cb87dd01b53088df36

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Tue May 12 23:38:53 2009 +0000

keylaunch: Makefile fix - don't strip on install

Signed-off-by: Koen Kooi <koen at openembedded.org>
Acked-by: Philip Balister <philip at balister.org>

---

 recipes/keylaunch/files/makefile-fix.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/keylaunch/files/makefile-fix.patch b/recipes/keylaunch/files/makefile-fix.patch
index d9c57e0..0e53e4e 100644
--- 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





More information about the Openembedded-commits mailing list