cppunit: updated man path

This commit is contained in:
Alan Mizrahi 2016-09-01 12:08:00 +09:00
parent e40a4b0faa
commit 2501720feb
2 changed files with 5 additions and 5 deletions

View File

@ -100,9 +100,9 @@ lrwxrwxrwx root/root usr/lib/libcppunit-1.12.so.1 -> libcppunit-1.12.so.1.0.0
lrwxrwxrwx root/root usr/lib/libcppunit.so -> libcppunit-1.12.so.1.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/cppunit.pc
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/cppunit-config.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/cppunit.m4
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/cppunit-config.1.gz

View File

@ -5,7 +5,7 @@
name=cppunit
version=1.12.1
release=1
release=2
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
@ -13,7 +13,7 @@ build() {
CONFIG_SHELL=/bin/bash \
./configure \
--prefix=/usr \
--mandir=/usr/man \
--mandir=/usr/share/man \
--disable-doxygen
make