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