summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-doc/linux-gazette/linux-gazette-109.ebuild')
-rw-r--r--app-doc/linux-gazette/linux-gazette-109.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-doc/linux-gazette/linux-gazette-109.ebuild b/app-doc/linux-gazette/linux-gazette-109.ebuild
index 03396f5bfec5..546ff9628544 100644
--- a/app-doc/linux-gazette/linux-gazette-109.ebuild
+++ b/app-doc/linux-gazette/linux-gazette-109.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/linux-gazette-109.ebuild,v 1.1 2005/04/29 23:27:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-doc/linux-gazette/linux-gazette-109.ebuild,v 1.2 2006/04/18 22:54:36 vapier Exp $
DESCRIPTION="Sharing ideas and discoveries and Making Linux just a little more fun"
HOMEPAGE="http://linuxgazette.net/"
@@ -8,7 +8,7 @@ SRC_URI="http://linuxgazette.net/ftpfiles/lg-${PV}.tar.gz"
LICENSE="OPL"
SLOT="${PV}"
-KEYWORDS="x86 ppc amd64"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=">=app-doc/linux-gazette-base-${PV}"
@@ -17,5 +17,5 @@ S=${WORKDIR}/lg
src_install() {
dodir /usr/share/doc
- mv ${S} ${D}/usr/share/doc/${PN}/
+ mv "${S}" "${D}"/usr/share/doc/${PN} || die
}