mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
nvi: switch to relative symlinks in alternatives.
This commit is contained in:
parent
145369f342
commit
89b9c0aad9
1 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nvi'
|
# Template file for 'nvi'
|
||||||
pkgname=nvi
|
pkgname=nvi
|
||||||
version=1.81.6
|
version=1.81.6
|
||||||
revision=12
|
revision=13
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -16,12 +16,12 @@ distfiles="http://pkgs.fedoraproject.org/repo/pkgs/nvi/nvi-${version}.tar.bz2/88
|
||||||
checksum=3441b8e3247b2b6dd19b5fd38355fe6593b2a92e960ecb3dd00d676f63d06b59
|
checksum=3441b8e3247b2b6dd19b5fd38355fe6593b2a92e960ecb3dd00d676f63d06b59
|
||||||
|
|
||||||
alternatives="
|
alternatives="
|
||||||
ex:/usr/bin/ex:/usr/bin/nex
|
ex:ex:/usr/bin/nex
|
||||||
ex:/usr/share/man/man1/ex.1:/usr/share/man/man1/nex.1
|
ex:ex.1:/usr/share/man/man1/nex.1
|
||||||
vi:/usr/bin/vi:/usr/bin/nvi
|
vi:vi:/usr/bin/nvi
|
||||||
vi:/usr/share/man/man1/vi.1:/usr/share/man/man1/nvi.1
|
vi:vi.1:/usr/share/man/man1/nvi.1
|
||||||
view:/usr/bin/view:/usr/bin/nview
|
view:view:/usr/bin/nview
|
||||||
view:/usr/share/man/man1/view.1:/usr/share/man/man1/nview.1
|
view:view.1:/usr/share/man/man1/nview.1
|
||||||
"
|
"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue