Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=379245f2bfa5b1c3c9e6e32cb62cf6f9acda724a
commit 379245f2bfa5b1c3c9e6e32cb62cf6f9acda724a Author: crazy <[email protected]> Date: Wed Jan 25 20:56:31 2017 +0100 symlink back as normal names too * since qt4 gone now and it seems like a lot * weird code just calls qmake , or qdbus etc without to even check the package * exists we symlink now both versions back from /usr/lib/qt5/bin/foo , eg: /usr/bin/foo and /usr/bin/foo-qt5 diff --git a/source/include/qt5.sh b/source/include/qt5.sh index ab62c24..dfde15b 100644 --- a/source/include/qt5.sh +++ b/source/include/qt5.sh @@ -56,6 +56,7 @@ build_qt5() for i in ${Fdestdir}/usr/lib/qt5/bin/*; do q5=`basename ${i}` Fln /usr/lib/qt5/bin/${q5} /usr/bin/${q5}-qt5 + Fln /usr/lib/qt5/bin/${q5} /usr/bin/${q5} done fi } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
