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

Carlos De Maine null at kde.org
Mon Oct 2 08:49:31 BST 2023


Git commit 7cd4b08963be609c556412e907caa211cda7574c by Carlos De Maine.
Committed on 02/10/2023 at 09:49.
Pushed by carlosdem into branch 'Neon/unstable'.

fix rules

M  +2    -2    debian/rules

https://invent.kde.org/neon/kde/kajongg/-/commit/7cd4b08963be609c556412e907caa211cda7574c

diff --git a/debian/rules b/debian/rules
index 9326fed..6dd0733 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 		dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	$(overridden_command) -- -DKDE_INSTALL_BINDIR=games
+	dh_auto_configure: -- -DKDE_INSTALL_BINDIR=/usr/games
 
 override_dh_python3:
-	$(overridden_command) /usr/share/kajongg
+	dh_python3 /usr/share/kajongg


More information about the Neon-commits mailing list