From 21bbd9a53dace4c9843c4a51e23d6bb4ac932b65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ertu=C4=9Frul=20Erata?= Date: Mon, 18 Apr 2016 09:53:01 +0300 Subject: [PATCH] Update actions.py --- desktop/toolkit/qt5/qt5-quickcontrols2/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py b/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py index 22123bd69c..7bf9359a27 100644 --- a/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py +++ b/desktop/toolkit/qt5/qt5-quickcontrols2/actions.py @@ -17,7 +17,7 @@ def build(): qt5.make("docs") def install(): - qt5.install("INSTALL_ROOT=%s install_doc" % get.installDIR()) + qt5.install("INSTALL_ROOT=%s install_docs" % get.installDIR()) #I hope qtchooser will manage this issue for bin in shelltools.ls("%s/usr/lib/qt5/bin" % get.installDIR()):