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

Soest Laurent Laurent.Soest at bernina.com
Fri Jan 31 14:15:19 CET 2020


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>
---
 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




More information about the elbe-devel mailing list