mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
inetutils: fix typo in ifconfig package
This commit is contained in:
parent
a09e0476f9
commit
bc71e9d265
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue