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