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

[dunecontrol,bugfix] bugfix the bugfix and use the correct module name.


This completes the last patch by using $m for the module name. Finally,
installed modules are found correctly.
(cherry picked from commit 1526e275)

Signed-off-by: default avatarMarkus Blatt <markus@dr-blatt.de>
parent 03d85736
No related branches found
No related tags found
Loading
......@@ -643,7 +643,7 @@ run_default_configure () {
if test -d "$path/$BUILDDIR"; then
PARAMS="$PARAMS \"--with-$name=$path/$BUILDDIR\""
else
if test x$(eval echo \$INST_$mod) != xyes; then
if test x$(eval echo \$INST_$m) != xyes; then
PARAMS="$PARAMS \"--with-$name=$path\""
fi
fi
......
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