Skip to content

Commit

Permalink
unzip: fix man path /usr/share/man => /usr/share/man/man1
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai committed Nov 15, 2024
1 parent 255d94b commit 5babd76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-utils/unzip/autobuild/build
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion app-utils/unzip/spec
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 5babd76

Please sign in to comment.