summaryrefslogtreecommitdiff
path: root/lightdm.morph
blob: 339351cb6e93ed88d808c371e59c3c57b7dd6a6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "name": "lightdm",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "NOCONFIGURE=1 ./autogen.sh",
        "./configure --prefix=\"$PREFIX\" --sysconfdir=/etc --localstatedir=/var \"$@\""
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install",
        "mkdir -p \"$DESTDIR/lib/systemd/system/\"",
        "mkdir -p \"$DESTDIR/lib/systemd/system/multi-user.target.wants\"",
        "cp lightdm.service \"$DESTDIR/lib/systemd/system/\"",
        "ln -s \"/lib/systemd/system/lightdm.service\" \"$DESTDIR/lib/systemd/system/multi-user.target.wants/lightdm.service\""
    ]
}