Fix libraries being installed to usr/lib64
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: kwindowsystem
|
name: kwindowsystem
|
||||||
description: Default Package Description
|
description: Default Package Description
|
||||||
version: 6.18.0
|
version: 6.18.0
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://invent.kde.org/frameworks/kwindowsystem
|
url: https://invent.kde.org/frameworks/kwindowsystem
|
||||||
license: LGPL2.1-or-later
|
license: LGPL2.1-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -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 -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF
|
cmake -B build -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF
|
||||||
cmake --build build
|
cmake --build build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user