From c2c74a77af9315ded0ae05cbc5b36fc297050c22 Mon Sep 17 00:00:00 2001 From: Rmys Date: Mon, 22 Jul 2019 23:54:07 +0300 Subject: [PATCH] libaccounts-qt5:rebuild --- programming/library/libaccounts-qt5/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/library/libaccounts-qt5/actions.py b/programming/library/libaccounts-qt5/actions.py index 3e970c26a2..62542b240e 100644 --- a/programming/library/libaccounts-qt5/actions.py +++ b/programming/library/libaccounts-qt5/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get def setup(): shelltools.system("sed -i 's|SUBDIRS += Accounts tests|SUBDIRS += Accounts|' accounts-qt.pro") - shelltools.system("qmake-qt5 PREFIX=/usr LIBDIR=/usr/lib") + shelltools.system("qmake PREFIX=/usr LIBDIR=/usr/lib") def build(): autotools.make()