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