Merge pull request #1645 from pullmoll/inetutils
inetutils: fix typo in ifconfig package
This commit is contained in:
commit
312a48dc5e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'inetutils'
|
# Template file for 'inetutils'
|
||||||
pkgname=inetutils
|
pkgname=inetutils
|
||||||
version=1.9.3
|
version=1.9.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-wrap --with-pam"
|
configure_args="--without-wrap --with-pam"
|
||||||
makedepends="pam-devel readline-devel"
|
makedepends="pam-devel readline-devel"
|
||||||
|
@ -61,7 +61,7 @@ inetutils-hostname_package() {
|
||||||
}
|
}
|
||||||
inetutils-ifconfig_package() {
|
inetutils-ifconfig_package() {
|
||||||
short_desc+=" - ifconfig tool"
|
short_desc+=" - ifconfig tool"
|
||||||
conflitcs="net-tools>=0"
|
conflicts="net-tools>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vbin ifconfig/ifconfig
|
vbin ifconfig/ifconfig
|
||||||
vman man/ifconfig.1
|
vman man/ifconfig.1
|
||||||
|
|
Loading…
Reference in a new issue