From 2501720feb3fd6313cd2546ef61d0f1fbf6af46b Mon Sep 17 00:00:00 2001 From: Alan Mizrahi Date: Thu, 1 Sep 2016 12:08:00 +0900 Subject: [PATCH] cppunit: updated man path --- cppunit/.footprint | 6 +++--- cppunit/Pkgfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cppunit/.footprint b/cppunit/.footprint index 0c6c0e776..21c0bfe60 100644 --- a/cppunit/.footprint +++ b/cppunit/.footprint @@ -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 diff --git a/cppunit/Pkgfile b/cppunit/Pkgfile index 1f22568ed..fe42c8fec 100644 --- a/cppunit/Pkgfile +++ b/cppunit/Pkgfile @@ -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