Skip to content
Snippets Groups Projects
Commit f2d90fe1 authored by Markus Blatt's avatar Markus Blatt
Browse files

[dunecontrol,bugfix] Changes another sed statement.


This was lost in the last commit.
(cherry picked from commit fd8019fb)

Signed-off-by: default avatarMarkus Blatt <markus@dr-blatt.de>
parent 8f9526a3
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ extract_multiarch_pkg_config_path(){
fi
multiarch=$($my_cxx_compiler --print-multiarch 2>/dev/null)
if test $? -gt 0; then
multiarch=$($my_cxx_compiler -v 2>&1| $GREP target | sed "s/.*target=\([a-z0-9_-]\+\)/\1/")
multiarch=$($my_cxx_compiler -v 2>&1| $GREP target | sed "s/.*target=\([a-z0-9_-]*\)/\1/")
fi
set -e # set to old value.
export MULTIARCH_LIBDIR="lib/$multiarch"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment