I just ran into a minor problem. I was installing exo, a part of xfce
and got the message:
/bin/mkdir: cannot create directory '/usr/share/pixmaps': Not a directory
In seamonkey we do:
ln -sfv /usr/lib/seamonkey-2.12.1/chrome/icons/default/seamonkey.png \
/usr/share/pixmaps
So what I have is:
ls -l /usr/share/pixmaps
lrwxrwxrwx 1 root root 60 Sep 14 01:29 /usr/share/pixmaps ->
/usr/lib/seamonkey-2.12.1/chrome/icons/default/seamonkey.png
I'm not sure how to address this but suspect the right way is to add
mkdir /usr/share/pixmaps
in seamonkey before creating the link. Or just changing what is there:
mkdir -pv /usr/share/applications to
mkdir -pv /usr/share/{applications,pixmaps}
Does anyone object?
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page