From 5babd7659f71dde32143a6d7c4dd297a6a58d9e8 Mon Sep 17 00:00:00 2001 From: Mingcong Bai Date: Fri, 15 Nov 2024 17:15:04 +0800 Subject: [PATCH] unzip: fix man path /usr/share/man => /usr/share/man/man1 --- app-utils/unzip/autobuild/build | 2 +- app-utils/unzip/spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-utils/unzip/autobuild/build b/app-utils/unzip/autobuild/build index 0d0528308b1..52de675f3b1 100644 --- a/app-utils/unzip/autobuild/build +++ b/app-utils/unzip/autobuild/build @@ -12,5 +12,5 @@ abinfo "Installing unzip ..." make install \ -f "$SRCDIR"/unix/Makefile \ BINDIR="$PKGDIR"/usr/bin \ - MANDIR="$PKGDIR"/usr/share/man \ + MANDIR="$PKGDIR"/usr/share/man/man1 \ STRIP=/usr/bin/true diff --git a/app-utils/unzip/spec b/app-utils/unzip/spec index f3970dad3e4..2371b36baa0 100644 --- a/app-utils/unzip/spec +++ b/app-utils/unzip/spec @@ -1,5 +1,5 @@ VER=6.0 -REL=3 +REL=4 SRCS="tbl::https://downloads.sourceforge.net/infozip/unzip${VER//./}.tar.gz" CHKSUMS="sha256::036d96991646d0449ed0aa952e4fbe21b476ce994abc276e49d30e686708bd37" CHKUPDATE="anitya::id=8684"