summaryrefslogtreecommitdiff
path: root/system/rsync
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 10:16:36 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-03-08 10:16:36 +0000
commit5d90973a45f0a7f99ce121ab443991be3b35d430 (patch)
tree62451377798fc3c84416f0ffdc313c802f64f9d8 /system/rsync
parent84785df0235e94c598a4a6b2e3f2f48e0f995089 (diff)
downloadpackages-5d90973a45f0a7f99ce121ab443991be3b35d430.tar.gz
packages-5d90973a45f0a7f99ce121ab443991be3b35d430.tar.bz2
packages-5d90973a45f0a7f99ce121ab443991be3b35d430.tar.xz
packages-5d90973a45f0a7f99ce121ab443991be3b35d430.zip
system/rsync: fix rrsync build
Diffstat (limited to 'system/rsync')
-rw-r--r--system/rsync/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/rsync/APKBUILD b/system/rsync/APKBUILD
index 7131a95b0..09b1d6515 100644
--- a/system/rsync/APKBUILD
+++ b/system/rsync/APKBUILD
@@ -49,7 +49,7 @@ rrsync() {
pkgdesc="Restricted rsync, restricts rsync to a subdir declared in .ssh/authorized_keys"
depends="rsync perl"
- install -D -m 755 ./support/rrsync "$subpkgdir"/usr/bin/rrsync
+ install -D -m 755 "$builddir"/support/rrsync "$subpkgdir"/usr/bin/rrsync
}
sha512sums="8385f4c0ea37e7a1da3cf45794154f5bc4d1c49bc625ba3b5f85adaf3eafe6d71c15bdcb1410bde731e5d4c19aff3331606637462fa27a68dc3e13192dd78f99 rsync-3.1.3.tar.gz