DJ Lucas wrote:
> DJ Lucas wrote:
>
>> I just committed the wget and md5sums for Xorg-7.4. Think I'll just go
>> ahead and do it up quick.
>>
>>
>>
> Sorry it took so long...I had cairo listed as a dependency for
> Xorg-server. Had to go back and rebuild some of X to verify. Anyway,
> updates will be coming in over in the next hour or so. Ken, that
> includes libdrm and Mesa, and of course the core X packages.
Shoot. I also forgot that the symlinks created on the introduction do
not work now. That section will have to be moved to the configuring
xorg section. Something like this but with a check if directory exists
instead of dumping the error.
for file in $XORG_PREFIX/{lib/X11/xinit,share/X11/{app-defaults,twm,xkb}}
do
mv -v $file /etc/X11/ 2> /dev/null &&
ln -v -s /etc/X11/$(basename $file) $file
done
-- DJ Lucas
--
This message has been scanned for viruses and
dangerous content, and is believed to be clean.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page