summaryrefslogtreecommitdiff
path: root/chunks/util-linux.morph
blob: a0fefc0efd1072dd46da9aaa442db982e1aee26a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name: util-linux
kind: chunk
repo: upstream:util-linux
ref: 462008f79be9e195670b202cb43827b8aeb1e60b
build-system: autotools
configure-commands:
- ./autogen.sh
- ./configure --prefix="$PREFIX" --disable-use-tty-group
install-commands:
- make DESTDIR="$(pwd)/util-linux-tmpdir" 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 "$(pwd)/util-linux-tmpdir" -name
  "$prog" -delete; done
- cp -a "$(pwd)"/util-linux-tmpdir/* "$DESTDIR"