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