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

[dunecontrol,bugfix] Changes another sed statement.

This was lost in the last commit.
parent b01c7774
No related branches found
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