diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-15 12:15:11 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-15 12:15:11 +0000 |
commit | 1011c0ebb7c0e1b8295e2eba1b31c5fad0ac3507 (patch) | |
tree | beb0ff078f87ae78920226c0ba5544a0e468d3c4 /app-cdr | |
parent | Keyworded on alpha, bug #226479 (diff) | |
download | historical-1011c0ebb7c0e1b8295e2eba1b31c5fad0ac3507.tar.gz historical-1011c0ebb7c0e1b8295e2eba1b31c5fad0ac3507.tar.bz2 historical-1011c0ebb7c0e1b8295e2eba1b31c5fad0ac3507.zip |
quoting
Package-Manager: portage-2.1.5.5
Diffstat (limited to 'app-cdr')
-rw-r--r-- | app-cdr/xbiso/xbiso-0.6.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild b/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild index 99e31db404da..6003d80289f3 100644 --- a/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild +++ b/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild,v 1.2 2005/07/08 16:00:47 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/xbiso/xbiso-0.6.0-r1.ebuild,v 1.3 2008/06/15 12:15:11 drac Exp $ inherit eutils @@ -15,10 +15,10 @@ IUSE="" src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-fnamecheck.patch + epatch "${FILESDIR}"/${P}-fnamecheck.patch } src_install() { - dobin xbiso || die "install failed" + dobin xbiso || die "dobin failed." dodoc README CHANGELOG } |