mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/burp: fix wrong install location for binaries
This is my fault, sorry about that. :(
This commit is contained in:
parent
5703a0746e
commit
ad5d433d38
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user