Intro  Base  More  Read  Use  Last 30  60  90  All Articles  RSS


Intro

Base

More

Read

Use

Last:
30


60

90

All
Days

Base: man-pages-1.54   Print


Base Nav: first previous next last All Tab 2 spacerspacer
Source code is available here.

Run these commands:

cd /sources/ &&
tar -xjf man-pages-1.54.tar.bz2 &&
cd man-pages-1.54 &&
make install &&
cd /sources/ &&
rm -rf man-pages-1.54

The output should look something like this:

for i in man?; do \
	install -d -m 755 /usr/share/man/$i; \
	install -m 644 $i/* /usr/share/man/$i; \
done; \
rm -f /usr/share/man/man1/README

~~~
Please read our Terms of Use
The Mountain Climbing Journal filesystem has borrowed heavily from various pieces of Linux From Scratch.

Copyright 2006-2008 NoNIC.org

Created by:
MCJ
MCJ CMS