diff options
author | Justin Lecher <jlec@gentoo.org> | 2010-10-03 12:46:18 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2010-10-03 12:46:18 +0000 |
commit | 4668faa93df86c24837a07a0655a844d5694e9f7 (patch) | |
tree | 7030459eaeb8adbecc03c7c42aa63b0d32e2e317 /app-text/gsview/gsview-4.8.ebuild | |
parent | Version Bump, 284197; LDFLAGS respect, 333537 (diff) | |
download | historical-4668faa93df86c24837a07a0655a844d5694e9f7.tar.gz historical-4668faa93df86c24837a07a0655a844d5694e9f7.tar.bz2 historical-4668faa93df86c24837a07a0655a844d5694e9f7.zip |
QA
Package-Manager: portage-2.2_rc88/cvs/Linux x86_64
Diffstat (limited to 'app-text/gsview/gsview-4.8.ebuild')
-rw-r--r-- | app-text/gsview/gsview-4.8.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/gsview/gsview-4.8.ebuild b/app-text/gsview/gsview-4.8.ebuild index 8e0e3632d1ad..39481712f08c 100644 --- a/app-text/gsview/gsview-4.8.ebuild +++ b/app-text/gsview/gsview-4.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.8.ebuild,v 1.14 2009/12/26 19:38:59 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gsview/gsview-4.8.ebuild,v 1.15 2010/10/03 12:46:18 jlec Exp $ inherit eutils @@ -23,8 +23,8 @@ DEPEND="app-arch/unzip src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${P}-gsesp.patch + cd "${S}" + epatch "${FILESDIR}"/${P}-gsesp.patch } src_compile() { @@ -49,7 +49,7 @@ src_install() { if use doc then - dobin ${FILESDIR}/gsview-help + dobin "${FILESDIR}"/gsview-help dohtml *.htm bin/*.htm fi |