[neon/qt6/qbs/Neon/release_jammy] debian: damn makefile
Carlos De Maine
null at kde.org
Sat Jul 27 11:03:05 BST 2024
Git commit f9cbc58cdbdaaff0a4a1027aa7041b40688da3b3 by Carlos De Maine.
Committed on 27/07/2024 at 10:03.
Pushed by carlosdem into branch 'Neon/release_jammy'.
damn makefile
M +1 -2 debian/rules
https://invent.kde.org/neon/qt6/qbs/-/commit/f9cbc58cdbdaaff0a4a1027aa7041b40688da3b3
diff --git a/debian/rules b/debian/rules
index 9e3dfee..a130c8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,6 @@
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
-export PATH=/usr/lib/qt6:$PATH
include /usr/share/dpkg/default.mk
@@ -38,7 +37,7 @@ override_dh_auto_install-arch:
dh_auto_install -- -C doc/man
override_dh_auto_build-indep:
- dh_auto_build --no-parallel -- -C doc
+ export PATH=/usr/lib/qt6:$$PATH; echo $$PATH; dh_auto_build --no-parallel -- -C doc
dh_auto_build -- -C share
override_dh_auto_install-indep:
More information about the Neon-commits
mailing list