summarylogtreecommitdiffstats
path: root/PKGBUILD.common
diff options
context:
space:
mode:
authorMichael Spradling2017-05-10 08:29:39 -0400
committerMichael Spradling2017-05-10 08:29:39 -0400
commit466fa1b2fe3a15dfff89fd5ce0440e00767b7609 (patch)
tree43c157c1eb41fdd3a1f6e51da1b463ccc27770a7 /PKGBUILD.common
parent1451cab802d7b1bdaadba6de55525e2a5ae983cc (diff)
downloadaur-466fa1b2fe3a15dfff89fd5ce0440e00767b7609.tar.gz
Revert "Workaround for bareos trying to install unbuilt ndmp files"
This reverts commit d84e285e4fe30ed1044cb578db9734a6f9ad404f.
Diffstat (limited to 'PKGBUILD.common')
-rw-r--r--PKGBUILD.common7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD.common b/PKGBUILD.common
index 28d3d7ec29f5..1f2460f81b28 100644
--- a/PKGBUILD.common
+++ b/PKGBUILD.common
@@ -3,7 +3,7 @@
pkgver=16.2.5
_pkgver=16.2.5
-pkgrel=2
+pkgrel=3
arch=(i686 x86_64)
groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
@@ -93,11 +93,6 @@ _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