summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-06-29 14:07:03 +0000
committerSamuli Suominen <drac@gentoo.org>2008-06-29 14:07:03 +0000
commit5febbd52b42adf9d037c2e1b5f00c211de3eac6e (patch)
tree48d7e261bb4089f2a8a93e0b1702d98b28b51201 /x11-plugins/wmdl
parentStable on ppc wrt bug 229907 (diff)
downloadgentoo-2-5febbd52b42adf9d037c2e1b5f00c211de3eac6e.tar.gz
gentoo-2-5febbd52b42adf9d037c2e1b5f00c211de3eac6e.tar.bz2
gentoo-2-5febbd52b42adf9d037c2e1b5f00c211de3eac6e.zip
quoting
(Portage version: 2.2_rc1/cvs/Linux 2.6.26-rc3 x86_64)
Diffstat (limited to 'x11-plugins/wmdl')
-rw-r--r--x11-plugins/wmdl/wmdl-1.4.1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-plugins/wmdl/wmdl-1.4.1.ebuild b/x11-plugins/wmdl/wmdl-1.4.1.ebuild
index 2e3ecb6c814d..ea905d676511 100644
--- a/x11-plugins/wmdl/wmdl-1.4.1.ebuild
+++ b/x11-plugins/wmdl/wmdl-1.4.1.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/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.14 2007/07/22 05:12:49 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.15 2008/06/29 14:07:03 drac Exp $
inherit eutils
@@ -22,15 +22,15 @@ DEPEND="${RDEPEND}
src_unpack() {
unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/makefile.diff
+ cd "${S}"
+ epatch "${FILESDIR}"/makefile.diff
}
src_compile() {
- make || die "parallel make failed"
+ emake || die "parallel make failed"
}
src_install() {
- dobin wmdl
+ dobin wmdl || die "dobin failed."
}