* On [02 Sep 2005 03:06 +0300] <[EMAIL PROTECTED]> wrote: > > Still, I think conforming to standards is not a bad thing. I'll go > > ahead and toy around with relocating man pages, and report back in a > > couple of weeks. > > > > Maybe this will work: > for i in `seq 1 9` n > do > install -d /usr/share/man/en/man$i > ln -sf en/man$i /usr/share/man/man$i > done
That's one way to do it! And without having to change anything in the way packages are being installed. Same like how /usr/man is linked to /usr/share/man and /usr/info to /usr/share/info. Of course, the more drastic approach of relocating the man pages to en/ at install time would make the man directory look much tidier ;-) BTW, what's the n after the sequence? Tarek -- "One who knows that enough is enough will always have enough." - Lao Tzu (570? B.C.-490 B.C.) -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
