diff options
Diffstat (limited to 'x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild')
-rw-r--r-- | x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild index 30c604cdf83b..5a55c1498f93 100644 --- a/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild +++ b/x11-themes/mandrake-artwork/mandrake-artwork-0.9.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-0.9.ebuild,v 1.5 2004/04/16 10:23:16 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/mandrake-artwork/mandrake-artwork-0.9.ebuild,v 1.6 2004/04/26 15:03:06 agriffis Exp $ inherit eutils @@ -34,7 +34,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" emake || die } |