summaryrefslogtreecommitdiff
path: root/util-linux.morph
blob: 034b2beea4676505cee598c37a639d23e2249ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "util-linux",
    "kind": "chunk",
    "build-system": "autotools",
    "configure-commands": [
        "./autogen.sh",
        "./configure --prefix=\"$PREFIX\" --disable-use-tty-group"
    ],
    "install-commands": [
        "make DESTDIR=\"$DESTDIR\" install",
        "for prog in blkid blockdev cal chrt dmesg fdisk findfs flock fsck hexdump hwclock ipcrm ipcs logger mkswap more mount mountpoint pivot_root readprofile renice script setsid swapoff swapon switch_root umount; do find \"$DESTDIR\" -name \"$prog\" -delete; done"
    ]
}