Vladimir A. Pavlov wrote: > > So, whether I really should use $XORG_PREFIX/lib or is it a mistake? > And why --datadir should point to $XORG_PREFIX/lib instead of > $XORG_PREFIX/share? In other words, what is a reason for such an option > to be in BLFS?
Sorry for the late reply. Been busy the last week. Anyway, this _is_ correct. <prefix>/share/icons in not correct for your particular example. These aren't application icon files, but cursor bitmaps. The goal for the R7 instructions were to mimic the R6 directory structure as closely as possible without adding 300 pages into the book. Although it may supposed to be $XORG_PREFIX/lib/X11. [EMAIL PROTECTED] ~]# ls -d /media/lfs/usr/X11R6/lib/X11/icons/ /media/lfs/usr/X11R6/lib/X11/icons/ You can, of course, make changes how you like, just be sure to account for them later in the instructions. I'll have to dig into some notes to remember exactly why lib was chosen over lib/X11 (as should be done in your particular example). I think the individual package maintainers aren't all on the same page just yet. Looking furthur, you may need to pass <prefix>/lib/X11 to datadir only for xbitmaps. I'll look into it later today. FYI [EMAIL PROTECTED] ~]# echo $XORG_PREFIX /opt/X11 [EMAIL PROTECTED] ~]# echo $XORG_CONFIG --prefix=/opt/X11 --sysconfdir=/etc --localstatedir=/var --datadir=/opt/X11/lib [EMAIL PROTECTED] ~]# ls -d /opt/X11/lib/*/ /opt/X11/lib/aclocal/ /opt/X11/lib/pkgconfig/ /opt/X11/lib/X11/ /opt/X11/lib/icons/ /opt/X11/lib/terminfo/ /opt/X11/lib/xserver/ -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
