On 10/26/06, go moko <[EMAIL PROTECTED]> wrote:
In BLFS SVN, chapter 25: X Window System Components, section Core X Font Protocol, there's an instruction and some explanations like: > sed -i 's,iso8859-1\( \|$\),iso8859-<X>\1,g' \ > /usr/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.aliasWouldn't it be $XORG_PREFIX/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.alias instead of /usr/lib/X11/fonts/{75dpi,100dpi,misc}/fonts.alias? Same for the explanation which follow this instruction.
Sort of. But $XORG_PREFIX is only specific to the Xorg-7 instructions. These commands are designed to work with XFree86 and Xorg-6.9, too. It should just say to replace /usr with the prefix where you installed the X Window System. Or it should replace /usr with some <replaceable> tags or something similar. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
