summaryrefslogtreecommitdiff
path: root/boehm-gc/Pkgfile
diff options
context:
space:
mode:
authorThomas Penteker <thomas.penteker@siemens.com>2016-03-08 00:16:52 +0100
committerThomas Penteker <thomas.penteker@siemens.com>2016-03-08 00:16:52 +0100
commitdf5894f4282361aaacae2923cfdbe05811bfb7c0 (patch)
treeacec5ce435f5483b67cf0b5cfd7d3237fb19818f /boehm-gc/Pkgfile
parentfe88109128d12a581299810fc5e2e2364114f0a7 (diff)
downloadopt-df5894f4282361aaacae2923cfdbe05811bfb7c0.tar.gz
opt-df5894f4282361aaacae2923cfdbe05811bfb7c0.tar.xz
boehm-gc: adjust man path to 3.2 conventions
Diffstat (limited to 'boehm-gc/Pkgfile')
-rw-r--r--boehm-gc/Pkgfile7
1 files changed, 4 insertions, 3 deletions
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
+
}

Generated by cgit