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

This commit is contained in:
Pablo Correa Gómez 2024-09-09 17:07:06 +02:00 committed by Natanael Copa
parent 9f39ffd8b8
commit a32a62734c

View file

@ -2,7 +2,7 @@
# Maintainer: Laurent Bercot <ska-devel@skarnet.org>
pkgname=s6
pkgver=2.13.0.0
pkgrel=0
pkgrel=1
pkgdesc="skarnet.org's small & secure supervision software suite."
url=https://skarnet.org/software/s6/
arch="all"
@ -23,8 +23,9 @@ build() {
--enable-static \
--disable-allstatic \
--libdir=/usr/lib \
--libexecdir="/lib/$pkgname" \
--with-dynlib=/lib
--dynlibdir=/usr/lib \
--libexecdir="/usr/lib/$pkgname" \
--with-dynlib=/usr/lib
make
}