diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:57:43 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-26 19:57:43 +0000 |
commit | 03bf6b8375aecf48d592efb238be27c79c479ede (patch) | |
tree | 681d0e07c7e73a8062041cd3d31fe6152a2ce55b /x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild | |
parent | Add die following econf for bug 48950 (diff) | |
download | historical-03bf6b8375aecf48d592efb238be27c79c479ede.tar.gz historical-03bf6b8375aecf48d592efb238be27c79c479ede.tar.bz2 historical-03bf6b8375aecf48d592efb238be27c79c479ede.zip |
Add die following econf for bug 48950
Diffstat (limited to 'x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild')
-rw-r--r-- | x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild index 5660a6b30b26..6fe076a5b7fc 100644 --- a/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild +++ b/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild,v 1.1 2004/03/20 06:52:29 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-1.0.0.ebuild,v 1.2 2004/04/26 19:57:43 agriffis Exp $ inherit eutils kde-functions kde @@ -39,7 +39,7 @@ src_compile() { mv thememdk/mandrake_client/Makefile.in thememdk/mandrake_client/Makefile.in.orig cat thememdk/mandrake_client/Makefile.in.orig | sed s:\$\{libdir\}\/kwin.la:/usr/kde/$KDE_PLACE_TO_INSTALL/lib/kwin.la:g > thememdk/mandrake_client/Makefile.in rm thememdk/mandrake_client/Makefile.in.orig - econf --with-qt-dir=/usr/qt/3 + econf --with-qt-dir=/usr/qt/3 || die "econf failed" else sed -si s/KDE_CHECK_FINAL// configure.in sed -si s/AC_PATH_KDE// configure.in |