summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-03-14 13:53:38 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-03-14 13:53:38 +0000
commit811f873cfe3f734c928113144e0d4bbeca8013de (patch)
tree0d4d448268c1a47a80db5a4be342c93721f64c08
parent310455451f76a6742831b7782e6ed73ccb1f78f2 (diff)
downloadfindutils-baserock/bootstrap-pass1.tar.gz
findutils.morph: use autotoolsbaserock/bootstrap-pass1
Bootstrap pass 1 does not need the extra options to be set
-rw-r--r--findutils.morph10
1 files changed, 1 insertions, 9 deletions
diff --git a/findutils.morph b/findutils.morph
index 2b894cb8..771a9a49 100644
--- a/findutils.morph
+++ b/findutils.morph
@@ -1,13 +1,5 @@
{
"name": "findutils",
"kind": "chunk",
- "configure-commands": [
- "./configure --prefix=/usr --libexecdir=/usr/lib/findutils --localstatedir=/var/lib/locate"
- ],
- "build-commands": [
- "make"
- ],
- "install-commands": [
- "make DESTDIR=\"$DESTDIR\" install"
- ]
+ "build-system": "autotools"
}