summaryrefslogtreecommitdiff
path: root/tar.morph
blob: 0a183d29d5fffee5d559cd4f40631a4ad827632f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "tar",
    "kind": "chunk",
    "configure-commands": [
        "bash bootstrap",
        "FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}