aboutsummaryrefslogtreecommitdiffstats
path: root/community/btrbk
diff options
context:
space:
mode:
authordai9ah <dai9ah@protonmail.com>2018-03-06 00:01:15 +0000
committerJakub Jirutka <jakub@jirutka.cz>2018-03-06 01:30:25 +0100
commitc533fdc70aa95961858ed30475a03d9f0c914bd8 (patch)
treeef42c90927f31cec0c7af52ee5d72c2babeaaa85 /community/btrbk
parentbc73381768736ec8c592207106b1721ecd6e24ea (diff)
downloadaports-c533fdc70aa95961858ed30475a03d9f0c914bd8.tar.bz2
aports-c533fdc70aa95961858ed30475a03d9f0c914bd8.tar.xz
community/btrbk: fix typo
Diffstat (limited to 'community/btrbk')
-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
}