bash: switch to relative symlinks in alternatives.
This commit is contained in:
parent
f2860777b7
commit
22443fc032
|
@ -3,7 +3,7 @@ pkgname=bash
|
|||
_bash_distver=4.3
|
||||
_bash_patchlevel=042
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc=${pkgname}-${_bash_distver}
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -22,8 +22,8 @@ make_dirs="/etc/bash/bashrc.d 755 root root"
|
|||
checksum=afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4
|
||||
|
||||
alternatives="
|
||||
sh:/usr/bin/sh:/usr/bin/bash
|
||||
sh:/usr/share/man/man1/sh.1:/usr/share/man/man1/bash.1"
|
||||
sh:sh:/usr/bin/bash
|
||||
sh:sh.1:/usr/share/man/man1/bash.1"
|
||||
|
||||
pre_configure() {
|
||||
local url="${GNU_SITE}/$pkgname/$pkgname-${_bash_distver}-patches"
|
||||
|
|
Loading…
Reference in New Issue