diff --git a/pkg.info b/pkg.info index 97f2e59..9442944 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,7 @@ name: kwindowsystem description: Default Package Description version: 6.18.0 -revision: 1 +revision: 2 url: https://invent.kde.org/frameworks/kwindowsystem license: LGPL2.1-or-later architecture: any diff --git a/source.sh b/source.sh index 1a78fb1..d22fa2c 100644 --- a/source.sh +++ b/source.sh @@ -5,7 +5,7 @@ # The build function is executed in the source directory # This function is used to compile the source code 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 }