diff options
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 } |