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