[oe] [STABLE][PATCH 14/37] keylaunch: Makefile fix - don't strip on install

Philip Balister philip at balister.org
Wed May 13 14:13:47 UTC 2009


Acked-by: Philip Balister <philip at balister.org>

koen.kooi at gmail.com wrote:
> From: Andrea Adami <andrea.adami at gmail.com>
> 
> Signed-off-by: Koen Kooi <koen at openembedded.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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3303 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090513/1140cb46/attachment-0002.bin>


More information about the Openembedded-devel mailing list