diff options
author | Thomas Penteker <thomas.penteker@siemens.com> | 2016-03-08 00:16:52 +0100 |
---|---|---|
committer | Thomas Penteker <thomas.penteker@siemens.com> | 2016-03-08 00:16:52 +0100 |
commit | df5894f4282361aaacae2923cfdbe05811bfb7c0 (patch) | |
tree | acec5ce435f5483b67cf0b5cfd7d3237fb19818f /boehm-gc | |
parent | fe88109128d12a581299810fc5e2e2364114f0a7 (diff) | |
download | opt-df5894f4282361aaacae2923cfdbe05811bfb7c0.tar.gz opt-df5894f4282361aaacae2923cfdbe05811bfb7c0.tar.xz |
boehm-gc: adjust man path to 3.2 conventions
Diffstat (limited to 'boehm-gc')
-rw-r--r-- | boehm-gc/.footprint | 7 | ||||
-rw-r--r-- | boehm-gc/Pkgfile | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/boehm-gc/.footprint b/boehm-gc/.footprint index c9a6ba66d..7c2e48f18 100644 --- a/boehm-gc/.footprint +++ b/boehm-gc/.footprint @@ -31,6 +31,7 @@ lrwxrwxrwx root/root usr/lib/libgc.so.1 -> libgc.so.1.0.3 -rwxr-xr-x root/root usr/lib/libgc.so.1.0.3 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/bdw-gc.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/gc.3.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/gc.3.gz diff --git a/boehm-gc/Pkgfile b/boehm-gc/Pkgfile index 126d17c4e..97f5bbb03 100644 --- a/boehm-gc/Pkgfile +++ b/boehm-gc/Pkgfile @@ -1,5 +1,5 @@ # Description: Garbage collection and memory leak detection for C and C++ -# URL: http://www.hpl.hp.com/personal/Hans_Boehm/gc/ +# URL: http://hboehm.info/gc/ # Maintainer: Thomas Penteker, tek at serverop dot de # Packager: Han Boetes, han at mijncomputer dot dl @@ -22,7 +22,8 @@ build () { make make DESTDIR=$PKG install - install -D -m 644 doc/gc.man $PKG/usr/man/man3/gc.3 - rm -rf $PKG/usr/share + + install -D -m 644 doc/gc.man $PKG/usr/share/man/man3/gc.3 + } |