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