summarylogtreecommitdiffstats
path: root/MKPKG
blob: 039a175c120ad40ea4558263d3ae6ceb4f453d7c (plain)
1
2
3
4
5
6
7
8
9
arch=('x86_64')
pkgname=('lib32-libbsd')

build () {
    shift
    ionice -c 3 chrt -b 0 sudo multilib-build -- $*
}

# vim: ts=2 sw=2 et: