summaryrefslogtreecommitdiff
path: root/makeself.morph
blob: e434654e0f8fc9302d948c475c991b277d338c99 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "name": "makeself",
    "kind": "chunk",
    "configure-commands": [],
    "build-commands": [],
    "install-commands": [
        "mkdir -p \"$DESTDIR/usr/bin\"",
        "install -m755 makeself.sh \"$DESTDIR/usr/bin/makeself\""
    ]
}