summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
]
}