summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-04-29 15:17:18 +0200
committerMaxime Gauduin2017-04-29 15:17:18 +0200
commite031269a68edc34d95dca3d79f57c5e6a3b6a17c (patch)
tree063bb066c439199d3322d55a6126728dc6b5cba9
parentfd349096801225f578fffe3693cf77c36129ff1d (diff)
downloadaur-e031269a68edc34d95dca3d79f57c5e6a3b6a17c.tar.gz
Delete all MKPKG and add missing pantheon makedepends
-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: