summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-22 15:51:37 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-22 15:51:37 +0000
commit4843a7f5ff14ac802a56f1cdd49960b25c15702b (patch)
treec607373686b8e886ccff11d1f3ead12735776c3d
parent65ba5120a9662f9431f54d684db6a88df216e6b1 (diff)
downloadtexinfo-tarball-4843a7f5ff14ac802a56f1cdd49960b25c15702b.tar.gz
morph: use PREFIXbaserock/morph
-rw-r--r--texinfo-tarball.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/texinfo-tarball.morph b/texinfo-tarball.morph
index 4b48c75..d453464 100644
--- a/texinfo-tarball.morph
+++ b/texinfo-tarball.morph
@@ -2,13 +2,13 @@
"name": "texinfo-tarball",
"kind": "chunk",
"configure-commands": [
- "./configure --prefix=/usr"
+ "./configure --prefix=\"$PREFIX\""
],
"build-commands": [
"make"
],
"install-commands": [
"make DESTDIR=\"$DESTDIR\" install",
- "make DESTDIR=\"$DESTDIR\" TEXMF=/usr/share/texmf install-tex"
+ "make DESTDIR=\"$DESTDIR\" TEXMF=\"$PREFIX/share/texmf\" install-tex"
]
}