Skip to content

Commit

Permalink
sys-boot/unetbootin: Set and use path to Qt4 executables (maybe bug #…
Browse files Browse the repository at this point in the history
…557142).

Package-Manager: portage-2.2.20.1
  • Loading branch information
Jeroen Roovers committed Aug 16, 2015
1 parent 160aeae commit d1e2b83
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions sys-boot/unetbootin/unetbootin-619.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

EAPI=5

inherit eutils qt4-r2
inherit eutils qmake-utils qt4-r2

DESCRIPTION="UNetbootin installs Linux/BSD distributions to a partition or USB drive"
HOMEPAGE="https://github.com/unetbootin/unetbootin"
Expand Down Expand Up @@ -62,8 +62,11 @@ src_prepare() {

src_configure() {
sed -i -e '/^RESOURCES/d' unetbootin.pro || die
lupdate ${PN}.pro || die
lrelease ${PN}.pro || die

UNBN_QTPATH="$(qt4_get_bindir)/"
${UNBN_QTPATH}lupdate ${PN}.pro || die
${UNBN_QTPATH}lrelease ${PN}.pro || die

eqmake4 ${PN}.pro || die
}

Expand Down

0 comments on commit d1e2b83

Please sign in to comment.