mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
main/librsync: lib path correction /usr/lib64 -> /usr/lib
This commit is contained in:
parent
9c54e8fb98
commit
fb6c3b6ea8
@ -2,7 +2,7 @@
|
||||
# Maintainer: Jeremy Thomerson <jeremy@thomersonfamily.com>
|
||||
pkgname=librsync
|
||||
pkgver=2.0.2
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="librsync implements the rolling-checksum algorithm of rsync"
|
||||
url="https://github.com/librsync/librsync"
|
||||
arch="all"
|
||||
@ -14,8 +14,13 @@ builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$builddir"
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=release .
|
||||
cmake \
|
||||
-DCMAKE_BUILD_TYPE=release \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
.
|
||||
make
|
||||
|
||||
}
|
||||
|
||||
package() {
|
||||
|
Loading…
Reference in New Issue
Block a user