diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2016-09-01 12:08:00 +0900 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2016-09-01 12:08:00 +0900 |
commit | 2501720feb3fd6313cd2546ef61d0f1fbf6af46b (patch) | |
tree | c5e43d5b4b93403fc71096fdba147930c5da97a0 /cppunit | |
parent | e40a4b0faa3dbb77adc4338c5fede6564ed61f08 (diff) | |
download | opt-2501720feb3fd6313cd2546ef61d0f1fbf6af46b.tar.gz opt-2501720feb3fd6313cd2546ef61d0f1fbf6af46b.tar.xz |
cppunit: updated man path
Diffstat (limited to 'cppunit')
-rw-r--r-- | cppunit/.footprint | 6 | ||||
-rw-r--r-- | 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 |