summaryrefslogtreecommitdiff
path: root/tar.morph
blob: cf63cca600ff8f7c7ee332373252b2a78a98fec9 (plain)
1
2
3
4
5
6
7
8
{
    "name": "tar",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=\"${PREFIX-/usr}\""
    ]
}