summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c656a75f2d0..58173564659d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ pkgname=("${pkgbase}-common"
"${pkgbase}-storage-python-plugin")
pkgver=17.2.5
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
@@ -39,6 +39,10 @@ prepare() {
build() {
cd $pkgbase
+
+ # Disable cephfs, broken
+ sed -i 's/have_cephfs=\"yes\"/have_cephfs=\"no\"/' ./configure
+
./configure \
--prefix=/usr \
--sbindir=/usr/bin \