summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2001-09-19 19:37:47 +0000
committerDan Armak <danarmak@gentoo.org>2001-09-19 19:37:47 +0000
commita1e63a09a165d5f75b4e2cab9048b7a745940b11 (patch)
tree77b2a98a7a930ea6dbfc336dc3216750b4a1556f /app-arch/kfilecoder
parent*** empty log message *** (diff)
downloadhistorical-a1e63a09a165d5f75b4e2cab9048b7a745940b11.tar.gz
historical-a1e63a09a165d5f75b4e2cab9048b7a745940b11.tar.bz2
historical-a1e63a09a165d5f75b4e2cab9048b7a745940b11.zip
fixes for kde-dependant ebuilds. new kde-i18n ebuilds for kde 2.2.1
Diffstat (limited to 'app-arch/kfilecoder')
-rw-r--r--app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild b/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild
index 947cf85e9034..0a3440945212 100644
--- a/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild
+++ b/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Philippe Namias <pnamias@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild,v 1.5 2001/08/31 03:23:38 pm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/kfilecoder/kfilecoder-0.5.0-r1.ebuild,v 1.6 2001/09/19 19:37:47 danarmak Exp $
A=${P}.tar.bz2
@@ -16,13 +16,13 @@ RDEPEND=$DEPEND
src_compile() {
rm config.cache
- try ./configure --prefix=${KDEDIR} --with-qt-dir=${QTDIR} --host=${CHOST}
- try make
+ ./configure --host=${CHOST} || die
+ make || die
}
src_install () {
- try make DESTDIR=${D} kde_locale=${D}${KDEDIR}/share/locale install
+ make DESTDIR=${D} kde_locale=${D}${KDEDIR}/share/locale install || die
dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}