summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkhvalera2022-05-04 00:23:51 +0300
committerkhvalera2022-05-04 00:23:51 +0300
commit57ffe415623cc6893cfcfeb1868397c6333bdcf6 (patch)
treee0a0aac2b1c30e0ed8dddbb7a4a9413b6c29840b /PKGBUILD
parent95599a2a0d172b86f05dbb277c14b6ae1dbf7883 (diff)
downloadaur-57ffe415623cc6893cfcfeb1868397c6333bdcf6.tar.gz
20.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ec6aace0444..19535654753a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,7 +29,7 @@ pkgname=("bareos-common"
"bareos-storage-python2-plugin"
"bareos-storage-python3-plugin"
"bareos-filedaemon-ldap-python-plugin"
- "bareos-traymonitor"
+ #"bareos-traymonitor"
)
pkgver=20.0.1
@@ -106,7 +106,7 @@ build() {
-Darchivedir=/var/lib/bareos/storage \
-Dbsrdir=/var/lib/bareos \
-Dsystemd=yes \
- -Dtraymonitor=yes
+ -Dtraymonitor=no
make DESTDIR="${srcdir}/install" install
}