Fix libraries being installed to usr/lib64

This commit is contained in:
2025-10-11 19:06:36 +03:00
parent 582f325ee5
commit 71184a6999
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: plasma-wayland-protocols name: plasma-wayland-protocols
description: Plasma Specific Protocols for Wayland description: Plasma Specific Protocols for Wayland
version: 1.19.0 version: 1.19.0
revision: 1 revision: 2
url: https://invent.kde.org/libraries/plasma-wayland-protocols url: https://invent.kde.org/libraries/plasma-wayland-protocols
license: LGPL2.1-or-later license: LGPL2.1-or-later
architecture: any architecture: any
+1 -1
View File
@@ -5,7 +5,7 @@
# The build function is executed in the source directory # The build function is executed in the source directory
# This function is used to compile the source code # This function is used to compile the source code
build() { build() {
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
cmake --build build cmake --build build
} }