summarylogtreecommitdiffstats
path: root/PKGBUILD.common
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD.common')
-rw-r--r--PKGBUILD.common7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD.common b/PKGBUILD.common
index 727831200dda..9b752287132f 100644
--- a/PKGBUILD.common
+++ b/PKGBUILD.common
@@ -3,7 +3,7 @@
pkgver=16.2.5
_pkgver=16.2.5
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
@@ -89,6 +89,11 @@ _install_files() {
continue
fi
+ #TODO: BUG 16.5 seems to have this in an install dir but doesn't build them
+ if [[ $file == *"ndmp"*.so ]]; then
+ continue
+ fi
+
if [[ $second == "" ]]; then
pushd $_instdir &> /dev/null
set -f