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