summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-cluster/dlm/dlm-1.04.00.ebuild')
-rw-r--r--sys-cluster/dlm/dlm-1.04.00.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys-cluster/dlm/dlm-1.04.00.ebuild b/sys-cluster/dlm/dlm-1.04.00.ebuild
index 140f67660377..a5ad4a29e267 100644
--- a/sys-cluster/dlm/dlm-1.04.00.ebuild
+++ b/sys-cluster/dlm/dlm-1.04.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-cluster/dlm/dlm-1.04.00.ebuild,v 1.1 2007/03/09 11:11:59 xmerlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/dlm/dlm-1.04.00.ebuild,v 1.2 2008/03/17 16:43:31 xmerlin Exp $
CLUSTER_RELEASE="1.04.00"
MY_P="cluster-${CLUSTER_RELEASE}"
@@ -26,9 +26,9 @@ src_compile() {
}
src_install() {
- emake DESTDIR=${D} install || die "install problem"
- rm -f ${D}/usr/include/libdlm.h
+ emake DESTDIR="${D}" install || die "install problem"
+ rm -f "${D}"/usr/include/libdlm.h
- newinitd ${FILESDIR}/${PN}.rc ${PN} || die
+ newinitd "${FILESDIR}"/${PN}.rc ${PN} || die
dodoc doc/*.txt
}