summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2022-12-07 13:57:55 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2022-12-07 13:57:55 -0800
commit14ee6c2190b89c31cf7adda131c63950e6be0080 (patch)
tree19e90a25d5e9a33df6cd7c72f2158609519c857e
parentUpdated to 1.23 (diff)
downloadlziprecover-14ee6c2190b89c31cf7adda131c63950e6be0080.tar.xz
Rebuild with man pages.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6996953..0185eb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=lziprecover
pkgver=1.23
-pkgrel=1
+pkgrel=2
pkgdesc="A data recovery tool and decompressor for files in the lzip compressed data format"
url="https://www.nongnu.org/lzip/lziprecover.html"
license=('GPL')
@@ -33,5 +33,5 @@ check() {
package() {
cd "$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
+ make DESTDIR="$pkgdir" install{,-man}
}