summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-14 14:41:35 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-14 14:41:35 +0000
commit18f5b60d668abd42728a0bc5a18911a428cd7d21 (patch)
tree556ff4d6ec7b9632b72cda40852d11d3dbb1e7c0
parent660882990f680d46ec0214683b17b6bcbc64b310 (diff)
downloadgzip-baserock/bootstrap-pass1.tar.gz
gzip.morph: use build-system: autotoolsbaserock/bootstrap-pass1
-rw-r--r--gzip.morph13
1 files changed, 1 insertions, 12 deletions
diff --git a/gzip.morph b/gzip.morph
index eb18dd3..4017266 100644
--- a/gzip.morph
+++ b/gzip.morph
@@ -1,16 +1,5 @@
{
"name": "gzip",
"kind": "chunk",
- "configure-commands": [
- "./configure --prefix=/usr"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install",
- "mkdir -p \"$DESTDIR/bin\"",
- "mv -v \"$DESTDIR/usr/bin/gzip\" \"$DESTDIR/bin/gzip\"",
- "mv -v \"$DESTDIR/usr/bin/gunzip\" \"$DESTDIR/bin/gunzip\""
- ]
+ "build-system": "autotools"
}