[neon/qt6/qbs/Neon/release] debian: make not bash

Jonathan Riddell null at kde.org
Mon Oct 28 17:26:46 GMT 2024


Git commit a9f4475e39fafaec76332dce9ef23ded17f1358c by Jonathan Riddell.
Committed on 28/10/2024 at 17:26.
Pushed by jriddell into branch 'Neon/release'.

make not bash

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt6/qbs/-/commit/a9f4475e39fafaec76332dce9ef23ded17f1358c

diff --git a/debian/rules b/debian/rules
index 2b5e191..ec14b75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
-export PATH="/usr/lib/qt6:$PATH"
+export PATH := /usr/lib/qt6/bin:$(PATH)
 
 include /usr/share/dpkg/default.mk
 


More information about the Neon-commits mailing list