[neon/kde/kajongg/Neon/unstable] debian: Update rules

Carlos De Maine null at kde.org
Sun Oct 8 01:16:03 BST 2023


Git commit 682d0e414709d32d80882c69e6b9306b4d15bbb8 by Carlos De Maine.
Committed on 08/10/2023 at 02:16.
Pushed by carlosdem into branch 'Neon/unstable'.

Update rules

M  +3    -2    debian/rules

https://invent.kde.org/neon/kde/kajongg/-/commit/682d0e414709d32d80882c69e6b9306b4d15bbb8

diff --git a/debian/rules b/debian/rules
index 6dd0733..263701f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,11 @@
 # # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-		dh $@ --with kf6 --buildsystem kf6
+	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure: -- -DKDE_INSTALL_BINDIR=/usr/games
+	dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
+
 
 override_dh_python3:
 	dh_python3 /usr/share/kajongg


More information about the Neon-commits mailing list