clamav-gui rebuild

This commit is contained in:
Rmys
2021-02-01 00:16:08 +03:00
committed by GitHub
parent f4aa464e49
commit 59eadba23f
+1 -1
View File
@@ -14,7 +14,7 @@ from pisi.actionsapi import get
WorkDir = "ClamAV-GUI/"
def setup():
shelltools.system("qmake-qt5 -r PREFIX=/usr clamav-gui.pro")
shelltools.system("qmake -r PREFIX=/usr clamav-gui.pro")
def build():
autotools.make()