summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-18 22:49:33 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-18 22:49:33 +0000
commit76f90bec1ac9101487bd443f0574ec352ed53878 (patch)
tree2e1f4b9bc4411fdcc6f4b67cf641d0e6d388ccb4 /app-doc/linux-gazette-base
parent3.0.6 version bump for bug 112942. Thanks to Vieri <rentorbuy at yahoo dot co... (diff)
downloadgentoo-2-76f90bec1ac9101487bd443f0574ec352ed53878.tar.gz
gentoo-2-76f90bec1ac9101487bd443f0574ec352ed53878.tar.bz2
gentoo-2-76f90bec1ac9101487bd443f0574ec352ed53878.zip
misc touchups and arch love
(Portage version: 2.1_pre9)
Diffstat (limited to 'app-doc/linux-gazette-base')
-rw-r--r--app-doc/linux-gazette-base/linux-gazette-base-113.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/linux-gazette-base/linux-gazette-base-113.ebuild b/app-doc/linux-gazette-base/linux-gazette-base-113.ebuild
index f15338ea3fc7..c295346713f7 100644
--- a/app-doc/linux-gazette-base/linux-gazette-base-113.ebuild
+++ b/app-doc/linux-gazette-base/linux-gazette-base-113.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/linux-gazette-base-113.ebuild,v 1.1 2005/04/29 23:25:28 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette-base/linux-gazette-base-113.ebuild,v 1.2 2006/04/18 22:49:33 vapier Exp $
# the SRC_URI always has the same file name ... make sure you
# `rm ${DISTDIR}/lg-base.tar.gz` and make a new digest with
@@ -13,12 +13,12 @@ SRC_URI="mirror://gentoo/lg-base-${PV}.tar.gz"
LICENSE="OPL"
SLOT="0"
-KEYWORDS="x86 ppc amd64"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
S=${WORKDIR}/lg
src_install() {
dodir /usr/share/doc/linux-gazette
- mv * ${D}/usr/share/doc/linux-gazette/
+ mv * "${D}"/usr/share/doc/linux-gazette/ || die
}