[neon/neon-packaging/pumoku/Neon/unstable] debian: -DKDE_INSTALL_BINDIR
Carlos De Maine
null at kde.org
Tue Nov 25 13:14:06 GMT 2025
Git commit c6aa5bc366279a11e9659523173552f3a085ac4e by Carlos De Maine.
Committed on 25/11/2025 at 13:14.
Pushed by carlosdem into branch 'Neon/unstable'.
-DKDE_INSTALL_BINDIR
M +2 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/pumoku/-/commit/c6aa5bc366279a11e9659523173552f3a085ac4e
diff --git a/debian/rules b/debian/rules
index 773c786..58bfd2a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,9 @@
#!/usr/bin/make -f
# SPDX-License-Identifier: LGPL-2.0-or-later
-# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
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/
More information about the Neon-commits
mailing list