Ensured library installation to /usr/lib/

This commit is contained in:
2025-03-12 20:04:04 +02:00
parent 3ad011a0af
commit ee23833a56
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
name: libpsl name: libpsl
description: Public Suffix List library description: Public Suffix List library
version: 0.21.5 version: 0.21.5
revision: 2
url: https://github.com/rockdaboot/libpsl url: https://github.com/rockdaboot/libpsl
license: MIT license: MIT
architecture: any architecture: any
+1 -1
View File
@@ -17,7 +17,7 @@ prepare() {
build() { build() {
mkdir build mkdir build
cd build cd build
meson setup --prefix=/usr --buildtype=release meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release
ninja ninja
} }