main/utmps: move library from /lib to /usr/lib

This commit is contained in:
Pablo Correa Gómez 2024-09-09 16:26:50 +02:00 committed by Natanael Copa
parent 0824e5bc4c
commit b585da532f

View file

@ -9,7 +9,7 @@ pkgname=utmps
# - openssh
# - util-linux
pkgver=0.1.2.2
pkgrel=1
pkgrel=2
pkgdesc="A secure utmp/wtmp implementation"
url=https://skarnet.org/software/utmps/
arch="all"
@ -42,10 +42,10 @@ build() {
--enable-shared \
--enable-static \
--disable-allstatic \
--libdir=/usr/lib \
--libexecdir="/lib/$pkgname" \
--prefix=/usr \
--libexecdir="/usr/lib/$pkgname" \
--with-lib=/usr/lib \
--with-dynlib=/lib
--with-dynlib=/usr/lib
make
}