libcdio: fix man page location (thanks mike_k)

This commit is contained in:
Danny Rawlins 2007-12-11 06:25:45 +11:00
parent 2cbbcb99f7
commit 9863803430
2 changed files with 5 additions and 4 deletions

View File

@ -85,5 +85,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libcdio_cdda.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libcdio_paranoia.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libiso9660.pc
drwxr-xr-x root/root usr/man1/
-rw-r--r-- root/root usr/man1/cd-paranoia.1
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cd-paranoia.1.gz

View File

@ -14,13 +14,13 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr \
--mandir=/usr/man \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm -r $PKG/usr/jp
rm -r $PKG/usr/man/jp
}