[packages/qt-creator] fix shebang in dmgbuild; rel 2

atler atler at pld-linux.org
Sun Dec 29 15:36:26 CET 2019


commit ebd8bd570eb957f5a3098555ab9be1023274a5a4
Author: Jan Palus <atler at pld-linux.org>
Date:   Sun Dec 29 15:35:20 2019 +0100

    fix shebang in dmgbuild; rel 2

 qt-creator.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/qt-creator.spec b/qt-creator.spec
index cd5e071..30c1984 100644
--- a/qt-creator.spec
+++ b/qt-creator.spec
@@ -2,7 +2,7 @@ Summary:	An IDE tailored to the needs of Qt developers
 Summary(pl.UTF-8):	IDE dostosowane do potrzeb developerow Qt
 Name:		qt-creator
 Version:	4.10.2
-Release:	1
+Release:	2
 Epoch:		1
 License:	LGPL v2.1
 Group:		X11/Development/Tools
@@ -57,6 +57,8 @@ Qt.
 echo >> src/libs/ssh/ssh_dependencies.pri
 echo "LIBS += -ldl" >> src/libs/ssh/ssh_dependencies.pri
 
+sed -i '1s|^#!.*python\b|#!%{__python}|' src/shared/qbs/src/3rdparty/python/bin/dmgbuild
+
 %build
 export QTDIR=%{_libdir}/qt5
 # the qmakespec in qt4 is somewhat broken, need to look at this
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/qt-creator.git/commitdiff/ebd8bd570eb957f5a3098555ab9be1023274a5a4



More information about the pld-cvs-commit mailing list