Skip to content
Snippets Groups Projects
Commit 875d6fbe authored by Christian Engwer's avatar Christian Engwer
Browse files

[dunecontrol]

set full path for dependencies.m4

[[Imported from SVN: r6845]]
parent e3907381
No related branches found
No related tags found
No related merge requests found
......@@ -721,7 +721,8 @@ case "$command" in
exit 1
fi
mainmod=`echo $SEARCH_MODULES`
fname="dependencies.m4"
eval mainmodpath=\$PATH_$mainmod
fname="$mainmodpath/dependencies.m4"
name=`eval echo \\${NAME_$mainmod}`
version=`eval echo \\${VERS_$mainmod}`
maintainer=`eval echo \\${MAIN_$mainmod}`
......
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