summaryrefslogtreecommitdiff
path: root/diffutils.morph
blob: ae2a78ea085dd69bcb4bd5bf1943a909ec346a6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "diffutils",
    "kind": "chunk",
    "configure-commands": [
        "./configure --prefix=\"${PREFIX-/usr}\""
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make  DESTDIR=\"$DESTDIR\" install"
    ]
}