]> git.pld-linux.org Git - packages/qt-creator.git/commitdiff
fix shebang in dmgbuild; rel 2 auto/th/qt-creator-4.10.2-2
authorJan Palus <atler@pld-linux.org>
Sun, 29 Dec 2019 14:35:20 +0000 (15:35 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 29 Dec 2019 14:35:20 +0000 (15:35 +0100)
qt-creator.spec

index cd5e071ac96fd8673a061bd21d63328945b82ce2..30c19842cf948f2e405d33f0466406ab202e1c57 100644 (file)
@@ -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
This page took 0.0574 seconds and 4 git commands to generate.