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