summarylogtreecommitdiffstats
path: root/PKGBUILD.common
diff options
context:
space:
mode:
authorMichael Spradling2017-05-05 21:58:20 -0400
committerMichael Spradling2017-05-05 21:58:20 -0400
commitd84e285e4fe30ed1044cb578db9734a6f9ad404f (patch)
tree1bba392f4ebd4af83de447fb6997d1eca29f83ab /PKGBUILD.common
parentf2fad5d650dd75d85e194a76333c1f825651ce17 (diff)
downloadaur-d84e285e4fe30ed1044cb578db9734a6f9ad404f.tar.gz
Workaround for bareos trying to install unbuilt ndmp files
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