Update actions.py

This commit is contained in:
Ertuğrul Erata
2016-04-18 09:53:01 +03:00
parent a52b8117d3
commit 21bbd9a53d
@@ -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()):