gawk: switch to relative symlinks in alternatives.
This commit is contained in:
parent
59d455d058
commit
f6c96aa95e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gawk'
|
# Template file for 'gawk'
|
||||||
pkgname=gawk
|
pkgname=gawk
|
||||||
version=4.1.3
|
version=4.1.3
|
||||||
revision=4
|
revision=5
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -15,8 +15,8 @@ distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=e3cf55e91e31ea2845f8338bedd91e40671fc30e4d82ea147d220e687abda625
|
checksum=e3cf55e91e31ea2845f8338bedd91e40671fc30e4d82ea147d220e687abda625
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
awk:/usr/bin/awk:/usr/bin/gawk
|
awk:awk:/usr/bin/gawk
|
||||||
awk:/usr/share/man/man1/awk.1:/usr/share/man/man1/gawk.1"
|
awk:awk.1:/usr/share/man/man1/gawk.1"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Create symlinks for bins and manpages.
|
# Create symlinks for bins and manpages.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue