From 9a510012ea710e6b1d7481fab74de7bafeaf1955 Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Sun, 14 Oct 2018 16:43:50 +0000 Subject: main/zip: fix location for manpages --- main/zip/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/zip') diff --git a/main/zip/APKBUILD b/main/zip/APKBUILD index e716855ff6f..ad4319a03a6 100644 --- a/main/zip/APKBUILD +++ b/main/zip/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Carlo Landmeter pkgname=zip pkgver=3.0 -pkgrel=6 +pkgrel=7 pkgdesc="Creates PKZIP-compatible .zip files" url="http://www.info-zip.org/pub/infozip/Zip.html" arch="all" @@ -24,7 +24,7 @@ build() { package() { cd "$builddir" - make -f unix/Makefile prefix=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man install + make -f unix/Makefile prefix=${pkgdir}/usr MANDIR=${pkgdir}/usr/share/man/man1 install install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } -- cgit v1.2.3