#3342 closed enhancement (fixed)
MesaLib-8.0.2 Needs little correction?
Reported by: | jozziee | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | Mesalib |
Cc: |
Description
If i follow the instruction of BLFS for Mesa-Lib 8.0.2 i get a bash error after make install when i add the links because i have chosen /opt/X11 as my XORG_PREFIX
ln -s -v ${XORG_PREFIX}/include/GL /usr/include && ln -s -v ${XORG_PREFIX}/include/EGL /usr/include && ln -s -v ${XORG_PREFIX}/include/KHR /usr/include && for HEADER in xa_{composite,context,tracker}.h do
ln -s -v ${$XORG_PREFIX}/include/$HEADER /usr/include
done
The last one give a bash error :
ln -s -v ${$XORG_PREFIX}/include/$HEADER /usr/include
I changed it in:
ln -s -v ${XORG_PREFIX}/include/$HEADER /usr/include
I think a $ to much
i am sorry if this is the wrong place to post but i wanna share it. or am i wrong about it?
greetings jozz duiz
The ticket is the right place for a problem like this.
You are right about the extra $.
Fixed in revision 9985.