summaryrefslogtreecommitdiff
path: root/texinfo-tarball.morph
blob: 4b48c75fca7efafa88bfa534e50f552d88bd4877 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "texinfo-tarball",
    "kind": "chunk",
    "configure-commands": [
        "./configure --prefix=/usr"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install",
        "make DESTDIR=\"$DESTDIR\" TEXMF=/usr/share/texmf install-tex"
    ]
}