diff --git a/srcpkgs/qt5/template b/srcpkgs/qt5/template index 445a0fbcaee..329753f0ee5 100644 --- a/srcpkgs/qt5/template +++ b/srcpkgs/qt5/template @@ -606,7 +606,6 @@ qt5-qmake_package() { pkg_install() { vmove usr/lib/qt5/bin/qmake vmove usr/lib/qt5/mkspecs - vmkdir usr/bin - ln -s /usr/lib/qt5/bin/qmake ${DESTDIR}/usr/bin/qmake-qt5 + vmove usr/bin/qmake-qt5 } }