[arch-commits] Commit in lz4/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Thu May 17 08:18:37 UTC 2018


    Date: Thursday, May 17, 2018 @ 08:18:37
  Author: seblu
Revision: 324438

upgpkg: lz4 1:1.8.2-2

- FS#58627

Modified:
  lz4/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-17 08:16:00 UTC (rev 324437)
+++ PKGBUILD	2018-05-17 08:18:37 UTC (rev 324438)
@@ -4,7 +4,7 @@
 pkgname=lz4
 epoch=1
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Extremely fast compression algorithm'
 arch=('x86_64')
 url='http://www.lz4.org/'
@@ -33,8 +33,7 @@
 
 package() {
   cd $pkgname
-  # mandir is broken since 1.8.0
-  make install PREFIX=/usr MANDIR=/usr/share/man/man1 DESTDIR="$pkgdir"
+  make install PREFIX=/usr DESTDIR="$pkgdir"
 }
 
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list