diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 14:55:07 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-01 14:55:07 +0000 |
commit | 447212494a1202361d85534ce8fc8578f6ec5142 (patch) | |
tree | bd0b5203fa89c72a3b34cb01f9475e39495348ec /app-office/texmaker/texmaker-1.11.ebuild | |
parent | Change qmake dir per bug #97535 (diff) | |
download | historical-447212494a1202361d85534ce8fc8578f6ec5142.tar.gz historical-447212494a1202361d85534ce8fc8578f6ec5142.tar.bz2 historical-447212494a1202361d85534ce8fc8578f6ec5142.zip |
Fix qmake bin path per bug #97535
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-office/texmaker/texmaker-1.11.ebuild')
-rw-r--r-- | app-office/texmaker/texmaker-1.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/texmaker/texmaker-1.11.ebuild b/app-office/texmaker/texmaker-1.11.ebuild index 379d58929fff..7c1b3a280083 100644 --- a/app-office/texmaker/texmaker-1.11.ebuild +++ b/app-office/texmaker/texmaker-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.11.ebuild,v 1.6 2005/01/28 18:56:34 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/texmaker/texmaker-1.11.ebuild,v 1.7 2005/07/01 14:55:07 caleb Exp $ inherit kde-functions @@ -34,7 +34,7 @@ src_compile() { DYLD_LIBRARY_PATH=${QTDIR}/lib:${DYLD_LIBRARY_PATH} export QTDIR PATH LD_LIBRARY_PATH DYLD_LIBRARY_PATH - qmake -unix texmaker.pro || die "qmake failed" + ${QTDIR}/bin/qmake -unix texmaker.pro || die "qmake failed" emake || die "emake failed" } |