From 2c8ba1918ccf34f0cbb0210dfad3d886905c6ddd Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 25 Feb 2015 05:00:49 +0100 Subject: [PATCH] qt5: fix installation. --- srcpkgs/qt5/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 } }