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