summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-04-19 10:03:45 +0100
committerRichard Maw <richard.maw@codethink.co.uk>2012-04-19 10:03:45 +0100
commit731ca15ed0c02730197deb3fd16321544eebee47 (patch)
tree7f69b6fb9cb102424ed16e2c7aec22637a854886
parente8039bb6831abed71e70684ad0c3a7eee98879f1 (diff)
downloadbzip2-731ca15ed0c02730197deb3fd16321544eebee47.tar.gz
bzip2.morph: correct manual install path
Manpages are conventionally installed in $PREFIX/share/man rather than $PREFIX/man, so fix the path in the morphology to minimise the upstream difference.
-rw-r--r--bzip2.morph3
1 files changed, 3 insertions, 0 deletions
diff --git a/bzip2.morph b/bzip2.morph
index e1cb2a3..bb321f1 100644
--- a/bzip2.morph
+++ b/bzip2.morph
@@ -1,6 +1,9 @@
{
"name": "bzip2",
"kind": "chunk",
+ "configure-commands": [
+ "sed -i -e 's|$(PREFIX)/man|$(PREFIX)/share/man|g' Makefile"
+ ],
"build-commands": [
"make -f Makefile-libbz2_so",
"make"