mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/heimdal: overwrite busybox's su symlink
This commit is contained in:
parent
f888c5a8f1
commit
de5eeae315
1 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
pkgname=heimdal
|
||||
pkgver=7.8.0
|
||||
_ver=${pkgver/_rc/rc}
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
pkgdesc="Implementation of Kerberos 5"
|
||||
arch="all"
|
||||
url="https://github.com/heimdal/"
|
||||
|
@ -129,8 +129,9 @@ su() {
|
|||
pkgdesc="Heimdal su binary with Kerberos support"
|
||||
replaces="login-utils shadow-login util-linux-login"
|
||||
replaces_priority=100
|
||||
mkdir -p "$subpkgdir"/usr/bin
|
||||
mv "$pkgdir"/usr/bin/su "$subpkgdir"/usr/bin
|
||||
mkdir -p "$subpkgdir"/bin
|
||||
# Overwrite busybox's su symlink
|
||||
mv "$pkgdir"/usr/bin/su "$subpkgdir"/bin/
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue