trac: Fixed man page paths

This commit is contained in:
James Mills 2007-01-03 07:46:00 +10:00
parent f0b05a2aa6
commit cbcd6c47a6
2 changed files with 6 additions and 6 deletions

View File

@ -215,11 +215,11 @@ drwxr-xr-x root/root usr/lib/python2.4/site-packages/trac/wiki/
-rw-r--r-- root/root usr/lib/python2.4/site-packages/trac/wiki/web_ui.py
-rw-r--r-- root/root usr/lib/python2.4/site-packages/trac/wiki/web_ui.pyc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man/
drwxr-xr-x root/root usr/man/man/man1/
-rw-r--r-- root/root usr/man/man/man1/trac-admin.1.gz
-rw-r--r-- root/root usr/man/man/man1/tracd.1.gz
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/trac-admin.1.gz
-rw-r--r-- root/root usr/man/man1/tracd.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/trac/
drwxr-xr-x root/root usr/share/trac/cgi-bin/
-rwxr-xr-x root/root usr/share/trac/cgi-bin/trac.cgi

View File

@ -7,13 +7,13 @@
name=trac
version=0.10.3
release=1
release=2
source=(http://ftp.edgewall.com/pub/trac/$name-$version.tar.gz)
build () {
cd $name-$version
python setup.py install --root=$PKG
mkdir -p $PKG/usr/man
mv $PKG/usr/share/man $PKG/usr/man
mv $PKG/usr/share/man/man1 $PKG/usr/man
chown -R root:root $PKG
}