summaryrefslogtreecommitdiff
path: root/openssh.morph
blob: 483fcf35c8b4b3dd9eda9672806cf79511bc15d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "name": "openssh",
    "kind": "chunk",
    "configure-commands": [
        "autoreconf -if",
        "./configure --prefix=/usr --sysconfdir=/etc/ssh --datadir=/usr/share/sshd --libexecdir=/usr/lib/openssh --with-privsep-path=/var/lib/sshd"
    ],
    "build-commands": [
        "make"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install"
    ]
}