openssl-sha512sum-shim: install to /usr/sbin
This commit is contained in:
parent
b075944c2c
commit
6ced18ca69
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=openssl-sha512sum-shim
|
||||
pkgver=1.0.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="small execline wrapper for openssl dgst -sha512"
|
||||
url="https://gitlab.alpinelinux.org/ptrcnull/openssl-sha512sum-shim"
|
||||
arch="noarch"
|
||||
|
@ -23,7 +23,7 @@ check() {
|
|||
}
|
||||
|
||||
package() {
|
||||
install -Dm755 sha512sum "$pkgdir"/usr/bin/sha512sum
|
||||
install -Dm755 sha512sum "$pkgdir"/usr/sbin/sha512sum
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
Reference in a new issue