From 0849c327dfe226a338e81e734104251e86be8563 Mon Sep 17 00:00:00 2001 From: ferreo Date: Sun, 17 Nov 2024 13:45:35 +0100 Subject: [PATCH] Update debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6c2980e..c3e0c4f 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ export DH_VERBOSE = 1 ## overriding dh_auto_configure to add custom configs: override_dh_auto_configure: - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_QML_PREFIX="/usr/share/lib/quickshell" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES -DDISTRIBUTOR="PikaOS" -DCRASH_REPORTER=OFF -DCMAKE_LIBRARY_PATH=/usr/lib/ x86_64-linux-gnu -B build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DINSTALL_QML_PREFIX="/usr/share/lib/quickshell" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DDISTRIBUTOR_DEBUGINFO_AVAILABLE=YES -DDISTRIBUTOR="PikaOS" -DCRASH_REPORTER=OFF -DCMAKE_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu -B build cmake --build build --config Release override_dh_install: