Skip to content
Snippets Groups Projects
Commit 2e58631a authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix basename error

parent cabaa151
No related branches found
No related tags found
No related merge requests found
......@@ -420,7 +420,7 @@ fi
if test -z "$vpaths" ; then
while read dep ; do
base=$(basename $dep) ;
base=$(basename "$dep") ;
vpaths="$vpaths /usr/lib/$base"
addlibspath="$addlibspath -L/usr/lib/$base"
done < package/deps-build
......
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