[X2Go-Commits] [x2goclient] 01/01: x2goclient.spec: fix syntax error in Qt 5 PATH override.

git-admin at x2go.org git-admin at x2go.org
Wed May 19 04:51:49 CEST 2021


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 4787d1f95d02eed569552129ca197933a66717ae
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Wed May 19 04:13:25 2021 +0200

    x2goclient.spec: fix syntax error in Qt 5 PATH override.
---
 debian/changelog | 1 +
 x2goclient.spec  | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c17c48e..2dc7f29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -62,6 +62,7 @@ x2goclient (4.1.2.3-0x2go1) UNRELEASED; urgency=medium
     - x2goclient.spec: fix missing %endif in Qt-4-BuildRequires section.
     - x2goclient.spec: use %{_qt5_bindir} macro analogous to the Qt 4 variant.
     - x2goclient.spec: correctly quote PATH overrides.
+    - x2goclient.spec: fix syntax error in Qt 5 PATH override.
   * debian/control:
     + Move to debian/control.in.
   * debian/control.in:
diff --git a/x2goclient.spec b/x2goclient.spec
index 281e9c7..c2e0092 100644
--- a/x2goclient.spec
+++ b/x2goclient.spec
@@ -165,7 +165,7 @@ export 'PATH=%{_qt4_bindir}:'"${PATH}"
 %else
 %if %{qt_version} == 5
 %if 0%{?_qt5_bindir:1}
-export 'PATH=%{_qt5_bindir}:'${PATH}"
+export 'PATH=%{_qt5_bindir}:'"${PATH}"
 %endif
 %{make_call}
 %endif

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list