[neon/kde/palapeli/Neon/release] debian: actually install into /usr/games as per debian packaging policy

Carlos De Maine null at kde.org
Sun Mar 3 22:28:51 GMT 2024


Git commit 1c9247721a2e3b42f23c8f7aef7d95b3ed1b8cc1 by Carlos De Maine.
Committed on 03/03/2024 at 22:28.
Pushed by carlosdem into branch 'Neon/release'.

actually install into /usr/games as per debian packaging policy

M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/palapeli/-/commit/1c9247721a2e3b42f23c8f7aef7d95b3ed1b8cc1

diff --git a/debian/rules b/debian/rules
index af4e4f9..5f8e037 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBIN_INSTALL_DIR=/usr/games
+	dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/
 
 override_dh_auto_install:
 	dh_auto_install


More information about the Neon-commits mailing list