[neon/qt/qtchooser/Neon/release] debian: doh, doh, doh /

Carlos De Maine null at kde.org
Fri Jun 23 12:55:54 BST 2023


Git commit d39ce7e78efab3de8fadb0746b568331edf0645b by Carlos De Maine.
Committed on 23/06/2023 at 11:55.
Pushed by carlosdem into branch 'Neon/release'.

doh, doh, doh /

M  +1    -1    debian/rules

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

diff --git a/debian/rules b/debian/rules
index b705ec7..46b3962 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)/qt6bin" > $(CURDIR)/debian/qtchooser/usr/share/qtchooser/qt6-$(DEB_HOST_MULTIARCH).conf
+	echo "/usr/lib/$(DEB_HOST_MULTIARCH)/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