diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-29 14:13:58 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2008-06-29 14:13:58 +0000 |
commit | 66ac3dd92a286ad4d5f0b306fad25c7e1622aaf6 (patch) | |
tree | 1b91fc3aa91dde2b66e4ad4758ab940b2343b2c6 /x11-plugins/wmdl | |
parent | Fix deps for stable gpac to not include >=ffmpeg-0.4.9_p20080326. Fixes bug #... (diff) | |
download | historical-66ac3dd92a286ad4d5f0b306fad25c7e1622aaf6.tar.gz historical-66ac3dd92a286ad4d5f0b306fad25c7e1622aaf6.tar.bz2 historical-66ac3dd92a286ad4d5f0b306fad25c7e1622aaf6.zip |
quoting
Package-Manager: portage-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.ebuild | 12 |
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." } |