diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-11 01:57:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-11 01:57:56 +0000 |
commit | 8b613ac8862de6785c97d8129918faef497cc695 (patch) | |
tree | f90d096fc0ddebeadb937c2a4fad4a903e8d1dc8 /app-doc/linux-gazette/linux-gazette-182.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-8b613ac8862de6785c97d8129918faef497cc695.tar.gz gentoo-2-8b613ac8862de6785c97d8129918faef497cc695.tar.bz2 gentoo-2-8b613ac8862de6785c97d8129918faef497cc695.zip |
update WORKDIR so install works #358159 by Francois Bissey and brent
(Portage version: 2.2.0_alpha26/cvs/Linux x86_64)
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-182.ebuild')
-rw-r--r-- | app-doc/linux-gazette/linux-gazette-182.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-182.ebuild b/app-doc/linux-gazette/linux-gazette-182.ebuild index 656afbbda9f1..d629546ae4eb 100644 --- a/app-doc/linux-gazette/linux-gazette-182.ebuild +++ b/app-doc/linux-gazette/linux-gazette-182.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-182.ebuild,v 1.1 2011/03/09 07:15:54 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-182.ebuild,v 1.2 2011/03/11 01:57:56 vapier Exp $ DESCRIPTION="Sharing ideas and discoveries and Making Linux just a little more fun" HOMEPAGE="http://linuxgazette.net/" @@ -13,7 +13,7 @@ IUSE="" DEPEND=">=app-doc/linux-gazette-base-${PV}" -S=${WORKDIR}/lg +S=${WORKDIR}/${PV} src_install() { dodir /usr/share/doc |