man-pages: keep quotactl which is no longer part of quota

This commit is contained in:
Mikhail Kolesnik 2012-06-27 18:53:33 +02:00 committed by Juergen Daubert
parent 85f813874e
commit b97f406318
2 changed files with 3 additions and 2 deletions

View File

@ -545,6 +545,7 @@ drwxr-xr-x root/root usr/man/man2/
-rw-r--r-- root/root usr/man/man2/pwrite64.2.gz
-rw-r--r-- root/root usr/man/man2/pwritev.2.gz
-rw-r--r-- root/root usr/man/man2/query_module.2.gz
-rw-r--r-- root/root usr/man/man2/quotactl.2.gz
-rw-r--r-- root/root usr/man/man2/read.2.gz
-rw-r--r-- root/root usr/man/man2/readahead.2.gz
-rw-r--r-- root/root usr/man/man2/readdir.2.gz

View File

@ -5,13 +5,13 @@
name=man-pages
version=3.41
release=1
release=2
source=(http://www.kernel.org/pub/linux/docs/$name/$name-$version.tar.xz \
http://www.kernel.org/pub/linux/docs/$name/$name-posix/$name-posix-2003-a.tar.xz)
build() {
cd $name-$version
rm man1/time.1 man5/passwd.5 man2/quotactl.2
rm man1/time.1 man5/passwd.5
make gz
make MANDIR=/usr/man DESTDIR=$PKG install