Skip to content
Snippets Groups Projects
Commit 31bede20 authored by Orgis, Dr. Thomas's avatar Orgis, Dr. Thomas
Browse files

missing =

parent 9c2f2b6b
Branches
No related tags found
No related merge requests found
...@@ -693,7 +693,7 @@ EOT ...@@ -693,7 +693,7 @@ EOT
test -d "$pp/lib" && test -d "$pp/lib" &&
cat <<EOT cat <<EOT
export LD_RUN_PATH=\"\$lofar_prefix/$p/lib:\$LD_RUN_PATH\" export LD_RUN_PATH=\"\$lofar_prefix/$p/lib:\$LD_RUN_PATH\"
export LIBRARY_PATH\"\$lofar_prefix/$p/lib:\$LIBRARY_PATH\" export LIBRARY_PATH=\"\$lofar_prefix/$p/lib:\$LIBRARY_PATH\"
EOT EOT
test -d "$pp/include" && test -d "$pp/include" &&
echo "export CPATH=\"\$lofar_prefix/$p/include:\$CPATH\"" echo "export CPATH=\"\$lofar_prefix/$p/include:\$CPATH\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment