summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tar.morph9
1 files changed, 2 insertions, 7 deletions
diff --git a/tar.morph b/tar.morph
index 4642bfd8..cf63cca6 100644
--- a/tar.morph
+++ b/tar.morph
@@ -1,13 +1,8 @@
{
"name": "tar",
"kind": "chunk",
+ "build-system": "autotools",
"configure-commands": [
- "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
+ "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=\"${PREFIX-/usr}\""
]
}