[neon/kde/blinken/Neon/stable] debian: override_dh_auto_configure:

Carlos De Maine null at kde.org
Sat Jan 20 05:25:42 GMT 2024


Git commit e6fdf2a54e50c84e8bfc5d54ba8cce6758ccd52f by Carlos De Maine.
Committed on 20/01/2024 at 06:25.
Pushed by carlosdem into branch 'Neon/stable'.

override_dh_auto_configure:
	dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/

D  +0    -1    debian/blinken.links
M  +3    -0    debian/rules

https://invent.kde.org/neon/kde/blinken/-/commit/e6fdf2a54e50c84e8bfc5d54ba8cce6758ccd52f

diff --git a/debian/blinken.links b/debian/blinken.links
deleted file mode 100644
index e08e240..0000000
--- a/debian/blinken.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/blinken usr/games/blinken
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 47ce7f8..d1e4a00 100644
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DKDE_INSTALL_BINDIR=/usr/games/
+
 override_dh_auto_install:
 	dh_auto_install
 	# Shipped in ttf-sjfonts


More information about the Neon-commits mailing list