summarylogtreecommitdiffstats
path: root/MKPKG
diff options
context:
space:
mode:
Diffstat (limited to 'MKPKG')
-rw-r--r--MKPKG9
1 files changed, 9 insertions, 0 deletions
diff --git a/MKPKG b/MKPKG
new file mode 100644
index 000000000000..039a175c120a
--- /dev/null
+++ b/MKPKG
@@ -0,0 +1,9 @@
+arch=('x86_64')
+pkgname=('lib32-libbsd')
+
+build () {
+ shift
+ ionice -c 3 chrt -b 0 sudo multilib-build -- $*
+}
+
+# vim: ts=2 sw=2 et: