[elbe-devel] [PATCH 1/3] sysroot: remove last slash of find command

Torben Hohn torben.hohn at linutronix.de
Fri Jan 31 16:17:09 CET 2020


On Fri, Jan 31, 2020 at 01:15:19PM +0000, Soest Laurent wrote:
> fixes the warning:
> find: warning: -path ./opt/*/include/ will not match anything because it
> ends with /.
> 
> Signed-off-by: Laurent Soest <laurent.soest at bernina.com>

Reviewed-by: Torben Hohn <torben.hohn at linutronix.de>

somehow, the mail threading was broken. replying to the individual
patches now.


> ---
>  elbepack/elbeproject.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/elbepack/elbeproject.py b/elbepack/elbeproject.py
> index bc32c25d0..bfc5ec4ea 100644
> --- a/elbepack/elbeproject.py
> +++ b/elbepack/elbeproject.py
> @@ -228,7 +228,7 @@ class ElbeProject (object):
>              './etc/ld.so.conf*',
>              './opt/*/lib/*.so',
>              './opt/*lib/*.so.*',
> -            './opt/*/include/',
> +            './opt/*/include',
>              './opt/*/lib/' + triplet,
>              './opt/*/include/' + triplet,
>              './lib/*.so',
> -- 
> 2.17.1
> 
> 
> _______________________________________________
> elbe-devel mailing list
> elbe-devel at linutronix.de
> https://lists.linutronix.de/mailman/listinfo/elbe-devel

-- 
Torben Hohn
Linutronix GmbH | Bahnhofstrasse 3 | D-88690 Uhldingen-Mühlhofen
Phone: +49 7556 25 999 18; Fax.: +49 7556 25 999 99

Hinweise zum Datenschutz finden Sie hier (Informations on data privacy 
can be found here): https://linutronix.de/kontakt/Datenschutz.php

Linutronix GmbH | Firmensitz (Registered Office): Uhldingen-Mühlhofen | 
Registergericht (Registration Court): Amtsgericht Freiburg i.Br., HRB700 
806 | Geschäftsführer (Managing Directors): Heinz Egger, Thomas Gleixner



More information about the elbe-devel mailing list