diff options
author | Caleb Tennis <caleb@gentoo.org> | 2004-08-26 15:32:06 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2004-08-26 15:32:06 +0000 |
commit | 9c4e053aa9f9895713d6c1c91abfb12bcce16577 (patch) | |
tree | 163e38f3c293ae8955ab07fa31816100cd8b6b14 /kde-base | |
parent | Add a patch to make it compile without arts support (Manifest recommit) (diff) | |
download | gentoo-2-9c4e053aa9f9895713d6c1c91abfb12bcce16577.tar.gz gentoo-2-9c4e053aa9f9895713d6c1c91abfb12bcce16577.tar.bz2 gentoo-2-9c4e053aa9f9895713d6c1c91abfb12bcce16577.zip |
call the proper make sequence for the patches
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kdemultimedia/kdemultimedia-3.3.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-base/kdemultimedia/kdemultimedia-3.3.0.ebuild b/kde-base/kdemultimedia/kdemultimedia-3.3.0.ebuild index 9e4562cbb4f3..fdda90fc6179 100644 --- a/kde-base/kdemultimedia/kdemultimedia-3.3.0.ebuild +++ b/kde-base/kdemultimedia/kdemultimedia-3.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.3.0.ebuild,v 1.3 2004/08/26 14:43:50 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia/kdemultimedia-3.3.0.ebuild,v 1.4 2004/08/26 15:32:06 caleb Exp $ inherit kde-dist flag-o-matic eutils @@ -25,6 +25,7 @@ src_unpack() { kde_src_unpack epatch ${FILESDIR}/3.3.0-Makefile.am.diff epatch ${FILESDIR}/3.3.0-Makefile-synth.am.diff + cd ${S} && make -f admin/Makefile.common } src_compile() { |