aboutsummaryrefslogtreecommitdiffstats
path: root/main/bacula/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/bacula/APKBUILD')
-rw-r--r--main/bacula/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/bacula/APKBUILD b/main/bacula/APKBUILD
index 4100b49d67..eefb198042 100644
--- a/main/bacula/APKBUILD
+++ b/main/bacula/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=bacula
pkgver=9.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Enterprise ready, network based backup program"
url="http://www.bacula.org"
arch="all"
@@ -64,7 +64,8 @@ build() {
--with-sd-user=$pkgname \
--with-sd-group=$pkgname \
--with-fd-user=root \
- --with-fd-group=root
+ --with-fd-group=root \
+ --with-sbin-perm=0755
make NO_ECHO=
}