testing/burp: fix wrong install location for binaries

This is my fault, sorry about that. :(
This commit is contained in:
Jakub Jirutka 2018-03-05 12:01:10 +01:00
parent 5703a0746e
commit ad5d433d38

View File

@ -1,7 +1,7 @@
# Maintainer: Bernhard J. M. Gruen <bernhard.gruen@googlemail.com>
pkgname=burp
pkgver=2.1.30
pkgrel=1
pkgrel=2
pkgdesc="A network backup and restore program"
url="http://burp.grke.org"
arch="all"
@ -89,7 +89,7 @@ server() {
mkdir -p "$subpkgdir"/usr/bin
local name; for name in bedup bsigs bsparse burp_ca vss_strip; do
mv "$pkgdir"/usr/bin/$name "$subpkgdir"/usr/$name
mv "$pkgdir"/usr/bin/$name "$subpkgdir"/usr/bin/$name
done
}