mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
util-linux: fix manpage links
Manpages of vigr, swapoff and lastb don't link properly.
This commit is contained in:
parent
d68454827a
commit
ebe1f06fd7
2 changed files with 19 additions and 1 deletions
18
srcpkgs/util-linux/patches/fix_manpage_redirects.patch
Normal file
18
srcpkgs/util-linux/patches/fix_manpage_redirects.patch
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
--- a/login-utils/lastb.1
|
||||||
|
+++ b/login-utils/lastb.1
|
||||||
|
@@ -1 +1 @@
|
||||||
|
-.so last.1
|
||||||
|
\ No newline at end of file
|
||||||
|
+.so man1/last.1
|
||||||
|
--- a/login-utils/vigr.8
|
||||||
|
+++ b/login-utils/vigr.8
|
||||||
|
@@ -1 +1 @@
|
||||||
|
-.so vipw.8
|
||||||
|
\ No newline at end of file
|
||||||
|
+.so man8/vipw.8
|
||||||
|
--- a/sys-utils/swapoff.8
|
||||||
|
+++ b/sys-utils/swapoff.8
|
||||||
|
@@ -1 +1 @@
|
||||||
|
-.so swapon.8
|
||||||
|
\ No newline at end of file
|
||||||
|
+.so man8/swapon.8
|
|
@ -2,7 +2,7 @@
|
||||||
# Keep this package sync with util-linux-common
|
# Keep this package sync with util-linux-common
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.38.1
|
version=2.38.1
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--exec-prefix=\${prefix} --enable-libuuid --disable-makeinstall-chown
|
configure_args="--exec-prefix=\${prefix} --enable-libuuid --disable-makeinstall-chown
|
||||||
--enable-libblkid --enable-fsck --disable-rpath --enable-fs-paths-extra=/usr/sbin:/usr/bin
|
--enable-libblkid --enable-fsck --disable-rpath --enable-fs-paths-extra=/usr/sbin:/usr/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue