diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-12-07 13:57:55 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-12-07 13:57:55 -0800 |
commit | 14ee6c2190b89c31cf7adda131c63950e6be0080 (patch) | |
tree | 19e90a25d5e9a33df6cd7c72f2158609519c857e /PKGBUILD | |
parent | Updated to 1.23 (diff) | |
download | lziprecover-14ee6c2190b89c31cf7adda131c63950e6be0080.tar.xz |
Rebuild with man pages.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} } |