1
0
forked from ports/contrib

mercurial: move man pages

This commit is contained in:
Thomas Penteker 2016-06-10 08:36:40 +02:00
parent c888fa4059
commit a0d01a29ba
2 changed files with 10 additions and 9 deletions

View File

@ -618,9 +618,10 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/mercurial/templates/static/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/wireproto.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/worker.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/worker.pyc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/hg.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/hgignore.5.gz
-rw-r--r-- root/root usr/man/man5/hgrc.5.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/hg.1.gz
drwxr-xr-x root/root usr/share/man/man5/
-rw-r--r-- root/root usr/share/man/man5/hgignore.5.gz
-rw-r--r-- root/root usr/share/man/man5/hgrc.5.gz

View File

@ -15,8 +15,8 @@ build() {
/usr/bin/python setup.py install --root=$PKG
install -d $PKG/usr/man/man{1,5}
install -m 0644 doc/*.1 $PKG/usr/man/man1
install -m 0644 doc/*.5 $PKG/usr/man/man5
install -d $PKG/usr/share/man/man{1,5}
install -m 0644 doc/*.1 $PKG/usr/share/man/man1
install -m 0644 doc/*.5 $PKG/usr/share/man/man5
}