From fd0779b8554d4cbc8d6feaacf66831867e15926d Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 23 Aug 2019 19:54:54 +0000 Subject: system/iproute2: move ip(8) to ip(1) --- system/iproute2/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'system') diff --git a/system/iproute2/APKBUILD b/system/iproute2/APKBUILD index e42fb126f..8c7c1a64b 100644 --- a/system/iproute2/APKBUILD +++ b/system/iproute2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Dan Theisen pkgname=iproute2 pkgver=5.2.0 -pkgrel=0 +pkgrel=1 pkgdesc="IP configuration, routing, and traffic control utilities" url="https://wiki.linuxfoundation.org/networking/iproute2" arch="all" @@ -36,6 +36,11 @@ build() { package() { make -j1 DESTDIR="$pkgdir" install + mkdir "$pkgdir"/bin + mv "$pkgdir"/sbin/ip "$pkgdir"/bin/ip + mkdir "$pkgdir"/usr/share/man/man1 + mv "$pkgdir"/usr/share/man/man8/ip.8 \ + "$pkgdir"/usr/share/man/man1/ip.1 } bashcomp() { -- cgit v1.2.3-60-g2f50