From: Andrea Adami Date: Fri, 1 May 2009 19:56:24 +0000 (+0200) Subject: keylaunch: Makefile fix - don't strip on install X-Git-Tag: Release-2010-05/1~3624 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=832bb431529c7ebe0601d3b0d3713391f532c6fa;p=openembedded.git keylaunch: Makefile fix - don't strip on install --- diff --git a/recipes/keylaunch/files/makefile-fix.patch b/recipes/keylaunch/files/makefile-fix.patch index d9c57e05ac..0e53e4e7f1 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