summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--texinfo-tarball.morph11
1 files changed, 1 insertions, 10 deletions
diff --git a/texinfo-tarball.morph b/texinfo-tarball.morph
index 4b48c75..0fede87 100644
--- a/texinfo-tarball.morph
+++ b/texinfo-tarball.morph
@@ -1,14 +1,5 @@
{
"name": "texinfo-tarball",
"kind": "chunk",
- "configure-commands": [
- "./configure --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install",
- "make DESTDIR=\"$DESTDIR\" TEXMF=/usr/share/texmf install-tex"
- ]
+ "build-system": "autotools"
}