From 475feeefcff8d34f17fca41fe4593092842b52f6 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 26 Dec 2018 12:02:53 +0300 Subject: [PATCH] =?UTF-8?q?qt5=20d=C3=BCzletme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multimedia/video/smplayer/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/video/smplayer/actions.py b/multimedia/video/smplayer/actions.py index 59ec1c5929..8315cf9539 100644 --- a/multimedia/video/smplayer/actions.py +++ b/multimedia/video/smplayer/actions.py @@ -14,7 +14,7 @@ def setup(): pisitools.dosed("Makefile", "^DOC_PATH=.*$", "DOC_PATH=$(PREFIX)/share/doc/smplayer") def build(): - autotools.make("PREFIX=/usr QMAKE=/usr/lib/qt5/bin/qmake -j1 LRELEASE=/usr/lib/qt5/bin/lrelease") + autotools.make("PREFIX=/usr QMAKE=/usr/bin/qmake -j1 LRELEASE=/usr/bin/lrelease") def install(): autotools.rawInstall("PREFIX=/usr DESTDIR=%s DOC_PATH=/usr/share/doc/%s" % (get.installDIR(),get.srcNAME()))