From 86ddf12e7d2f973186c0dd7db155585284b14c56 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 5 Jan 2023 14:26:32 +0100 Subject: [PATCH] squashfs-tools: package manpages. --- srcpkgs/squashfs-tools/template | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/srcpkgs/squashfs-tools/template b/srcpkgs/squashfs-tools/template index 8b22de823ad..b23fc8b08d3 100644 --- a/srcpkgs/squashfs-tools/template +++ b/srcpkgs/squashfs-tools/template @@ -1,7 +1,7 @@ # Template file for 'squashfs-tools' pkgname=squashfs-tools version=4.5.1 -revision=1 +revision=2 build_wrksrc="squashfs-tools" build_style=gnu-makefile make_use_env=yes @@ -20,4 +20,8 @@ do_install() { vbin unsquashfs ln -sf mksquashfs ${DESTDIR}/usr/bin/sqfstar ln -sf unsquashfs ${DESTDIR}/usr/bin/sqfscat + + for f in ../manpages/*.1; do + vman $f + done }