[neon/forks/kaidan/Neon/release] debian: No executable found. Cant check QT_INSTALL_PREFIX

Jonathan Esk-Riddell null at kde.org
Wed Feb 15 13:36:22 GMT 2023


Git commit c65597ff35e468dc9f6045b819d0a6c6e8af6409 by Jonathan Esk-Riddell.
Committed on 15/02/2023 at 13:36.
Pushed by jriddell into branch 'Neon/release'.

No  executable found. Cant check QT_INSTALL_PREFIX

M  +2    -0    debian/rules

https://invent.kde.org/neon/forks/kaidan/commit/c65597ff35e468dc9f6045b819d0a6c6e8af6409

diff --git a/debian/rules b/debian/rules
index 86c99fd..ad4e781 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export QT_SELECT=qt5
+export QT_INSTALL_PREFIX=/usr
+
 
 %:
 	dh $@


More information about the Neon-commits mailing list