diff options
author | 2008-03-17 17:30:29 +0000 | |
---|---|---|
committer | 2008-03-17 17:30:29 +0000 | |
commit | 9690684e86b56906aad271df7ea0b3940a5ce41c (patch) | |
tree | 4bf939ef7c69dbb950891b45326060ce62226fdd /sys-fs/gfs/gfs-1.03.00.ebuild | |
parent | Version bump. 1.0x.00 is scheduled to be removed soon. (diff) | |
download | gentoo-2-9690684e86b56906aad271df7ea0b3940a5ce41c.tar.gz gentoo-2-9690684e86b56906aad271df7ea0b3940a5ce41c.tar.bz2 gentoo-2-9690684e86b56906aad271df7ea0b3940a5ce41c.zip |
Version bump. 1.0x.00 is scheduled to be removed soon.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-fs/gfs/gfs-1.03.00.ebuild')
-rw-r--r-- | sys-fs/gfs/gfs-1.03.00.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/gfs/gfs-1.03.00.ebuild b/sys-fs/gfs/gfs-1.03.00.ebuild index d499e5568506..86dcf1e16987 100644 --- a/sys-fs/gfs/gfs-1.03.00.ebuild +++ b/sys-fs/gfs/gfs-1.03.00.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs/gfs-1.03.00.ebuild,v 1.6 2007/07/13 05:15:33 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs/gfs-1.03.00.ebuild,v 1.7 2008/03/17 17:30:28 xmerlin Exp $ CLUSTER_RELEASE="1.03.00" MY_P="cluster-${CLUSTER_RELEASE}" @@ -35,8 +35,8 @@ src_compile() { } src_install() { - emake DESTDIR=${D} install || die "install problem" + emake DESTDIR="${D}" install || die "install problem" keepdir /etc/cluster || die - newinitd ${FILESDIR}/${PN}.rc ${PN} || die + newinitd "${FILESDIR}"/${PN}-1.0x.rc ${PN} || die } |