[neon/qt/qtchooser/Neon/release] debian: qt6 bin is not multi-arch

Carlos De Maine null at kde.org
Fri Jun 23 13:14:01 BST 2023


Git commit 5aae9d9353a5c5e028d1e6beac4755e1f085111b by Carlos De Maine.
Committed on 23/06/2023 at 12:13.
Pushed by carlosdem into branch 'Neon/release'.

qt6 bin is not multi-arch

M  +1    -1    debian/rules

https://invent.kde.org/neon/qt/qtchooser/-/commit/5aae9d9353a5c5e028d1e6beac4755e1f085111b

diff --git a/debian/rules b/debian/rules
index 46b3962..a312259 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_install:
 	mkdir -p $(CURDIR)/debian/qtchooser/usr/share/qtchooser
 	mkdir -p $(CURDIR)/debian/qtchooser/usr/lib/$(DEB_HOST_MULTIARCH)/qtchooser
 
-	echo "/usr/lib/$(DEB_HOST_MULTIARCH)/qt6/bin" > $(CURDIR)/debian/qtchooser/usr/share/qtchooser/qt6-$(DEB_HOST_MULTIARCH).conf
+	echo "/usr/lib/qt6/bin" > $(CURDIR)/debian/qtchooser/usr/share/qtchooser/qt6-$(DEB_HOST_MULTIARCH).conf
 	echo "/usr/lib/qt5/bin" > $(CURDIR)/debian/qtchooser/usr/share/qtchooser/qt5-$(DEB_HOST_MULTIARCH).conf
 	for ver in 6 5; do \
 		echo "/usr/lib/$(DEB_HOST_MULTIARCH)" >> $(CURDIR)/debian/qtchooser/usr/share/qtchooser/qt$${ver}-$(DEB_HOST_MULTIARCH).conf; \


More information about the Neon-commits mailing list