One line change to properly set the $mico_prefix
This commit is contained in:
parent
814694dfd4
commit
f6eb25e04b
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ dnl various installed files
|
|||
AC_MSG_CHECKING(for MICO prefix)
|
||||
for dir in `(IFS=:; for i in $PATH; do echo $i ; done)` ; do
|
||||
if test -f $dir/mico-ld ; then
|
||||
mico_prefix=`echo $dir | sed 's%/bin$%%'`
|
||||
mico_prefix=`echo $dir | sed 's%/bin$%%' |sed 's%/bin/$%%'`
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue