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