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

GIT User account git at amethyst.openembedded.net
Fri May 1 20:02:55 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 832bb431529c7ebe0601d3b0d3713391f532c6fa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=832bb431529c7ebe0601d3b0d3713391f532c6fa

Author: Andrea Adami <andrea.adami at gmail.com>
Date:   Fri May  1 21:56:24 2009 +0200

keylaunch: Makefile fix - don't strip on install

---

 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