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