aboutsummaryrefslogtreecommitdiffstats
path: root/community/btrbk/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/btrbk/APKBUILD')
-rw-r--r--community/btrbk/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/btrbk/APKBUILD b/community/btrbk/APKBUILD
index c31e307f5a..3dd155d4d4 100644
--- a/community/btrbk/APKBUILD
+++ b/community/btrbk/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stuart Cardall <developer@it-offshore.co.uk>
pkgname=btrbk
pkgver=0.26.1
-pkgrel=0
+pkgrel=1
pkgdesc="Backup tool for btrfs subvolumes with atomic snapshots & incremental transfers"
url="http://digint.ch/btrbk"
arch="noarch"
@@ -20,7 +20,7 @@ check() {
package() {
cd "$builddir"
- make DESTDIR="$pkgdir" BINDIR=/usr/bin" install
+ make DESTDIR="$pkgdir" BINDIR="/usr/bin" install
rm -rf "$pkgdir"/usr/lib # systemd scripts
}