Update debian/rules

This commit is contained in:
ferreo 2024-11-17 13:45:35 +01:00
parent 12fa108ec2
commit 0849c327df

2
debian/rules vendored
View File

@ -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: