Skip to content
Snippets Groups Projects
Commit 87afec8f authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

FS#58627

parent a2952946
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,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/'
......@@ -32,8 +32,7 @@ check() {
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:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment