diff options
-rw-r--r-- | eclass/qt3.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/qt3.eclass b/eclass/qt3.eclass index 1c16a560ace0..928b70931205 100644 --- a/eclass/qt3.eclass +++ b/eclass/qt3.eclass @@ -1,6 +1,6 @@ # Copyright 2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.16 2006/03/17 21:51:30 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/qt3.eclass,v 1.17 2006/05/03 12:28:50 caleb Exp $ # # Author Caleb Tennis <caleb@gentoo.org> # @@ -24,6 +24,8 @@ if [[ -z "${QTDIR}" ]]; then QTDIR="/usr/qt/3" fi +PATH="${QTDIR}/bin:${PATH}" + addwrite "${QTDIR}/etc/settings" addpredict "${QTDIR}/etc/settings" |