busybox: remove vi symlink; we'll use nvi instead.
This commit is contained in:
parent
44363171d7
commit
0e2753caa1
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Build template for 'busybox'.
|
# Build template for 'busybox'.
|
||||||
pkgname=busybox
|
pkgname=busybox
|
||||||
version=1.20.2
|
version=1.20.2
|
||||||
revision=1
|
revision=2
|
||||||
makedepends="perl"
|
makedepends="perl"
|
||||||
short_desc="The Swiss Army Knife of Embedded Linux"
|
short_desc="The Swiss Army Knife of Embedded Linux"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -26,6 +26,4 @@ do_build() {
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall busybox 755 usr/bin
|
vinstall busybox 755 usr/bin
|
||||||
vinstall docs/busybox.1 644 usr/share/man/man1
|
vinstall docs/busybox.1 644 usr/share/man/man1
|
||||||
# Create /usr/bin/vi symlink for base.
|
|
||||||
cd ${DESTDIR}/usr/bin && ln -sf busybox vi
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue