diff options
author | Davide Pesavento <pesa@gentoo.org> | 2012-02-10 00:57:22 +0000 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2012-02-10 00:57:22 +0000 |
commit | 147bd6dc7af0604d5ad378fc60b718603f3b641e (patch) | |
tree | 55f614cf454ebea3761746a5d3e712f8e5e792b2 /x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild | |
parent | Add an USE flag 'ssl' to disable raop (and add missing dependency). (diff) | |
download | historical-147bd6dc7af0604d5ad378fc60b718603f3b641e.tar.gz historical-147bd6dc7af0604d5ad378fc60b718603f3b641e.tar.bz2 historical-147bd6dc7af0604d5ad378fc60b718603f3b641e.zip |
Fix repoman warning about unquoted variable.
Package-Manager: portage-2.2.0_alpha85/cvs/Linux x86_64
Diffstat (limited to 'x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild')
-rw-r--r-- | x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild b/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild index 0d4167ea35fb..c8411d5c01ec 100644 --- a/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild +++ b/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild,v 1.10 2010/12/23 07:54:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.3.ebuild,v 1.11 2012/02/10 00:57:22 pesa Exp $ EAPI="2" inherit qt4-build @@ -66,7 +66,7 @@ src_install() { # note that emake install_qchdocs fails for undefined reason so we use a # workaround cd "${S}" - insinto ${QTDOCDIR#${EPREFIX}} + insinto "${QTDOCDIR#${EPREFIX}}" doins -r "${S}"/doc/qch || die "doins qch documentation failed" dobin "${S}"/bin/qdoc3 || die "Installing qdoc3 failed" #emake INSTALL_ROOT="${D}" install_qchdocs || die "emake install_qchdocs failed" |