summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild')
-rw-r--r--x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild b/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild
index 26117ab94815..77b2b76bd643 100644
--- a/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild
+++ b/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.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.2-r2.ebuild,v 1.4 2010/12/07 16:05:35 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt-assistant/qt-assistant-4.6.2-r2.ebuild,v 1.5 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"