summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Gauduin2017-04-29 15:17:18 +0200
committerMaxime Gauduin2017-04-29 15:17:18 +0200
commit1232fdbbe38e15963b0297198d89794497df9eda (patch)
tree2ea694f3dd977b29f7946ef6b7ae7ebdb7799d4f
parentb567b11b807b2a53744a2a903fea9e110d779faa (diff)
downloadaur-1232fdbbe38e15963b0297198d89794497df9eda.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 c4ea86b8f185..000000000000
--- a/MKPKG
+++ /dev/null
@@ -1,9 +0,0 @@
-arch=('x86_64')
-pkgname=('lib32-gdbm')
-
-build () {
- shift
- ionice -c 3 chrt -b 0 sudo multilib-build -- $*
-}
-
-# vim: ts=2 sw=2 et: