diff options
-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 + } |