summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2004-07-27 12:29:13 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2004-07-27 12:29:13 +0000
commit25b9b30d3cd445ea118f5053d28e8ace8e040060 (patch)
tree6b78d92413d4c7585b942b046790a8cd74078fac /x11-misc/icets
parentVersion bump, build process has changed (Manifest recommit) (diff)
downloadgentoo-2-25b9b30d3cd445ea118f5053d28e8ace8e040060.tar.gz
gentoo-2-25b9b30d3cd445ea118f5053d28e8ace8e040060.tar.bz2
gentoo-2-25b9b30d3cd445ea118f5053d28e8ace8e040060.zip
Slight changes to install
Diffstat (limited to 'x11-misc/icets')
-rw-r--r--x11-misc/icets/icets-1.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/icets/icets-1.2.ebuild b/x11-misc/icets/icets-1.2.ebuild
index 0b33995387dd..b8ac507c74f5 100644
--- a/x11-misc/icets/icets-1.2.ebuild
+++ b/x11-misc/icets/icets-1.2.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/x11-misc/icets/icets-1.2.ebuild,v 1.1 2004/07/27 12:25:27 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.2.ebuild,v 1.2 2004/07/27 12:29:13 phosphan Exp $
DESCRIPTION="IceWM Theme Editor"
SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2"
@@ -18,7 +18,7 @@ src_unpack() {
unpack ${A}
cd ${S}
- sed -e "s:/usr/local/bin:${D}/usr/bin:" -i ${PN}.pro || die "sed failed"
+ sed -e "s:/usr/local/bin:/usr/bin:" -i ${PN}.pro || die "sed failed"
sed -e 's:/usr/local/share:/usr/share:g' -i ${PN}.cpp || die "sed failed"
}
@@ -28,7 +28,7 @@ src_compile () {
}
src_install () {
- einstall || die
+ make INSTALL_ROOT="${D}" install || die
rm -rf ${D}/usr/doc
dohtml icets/docs/en/*.{html,sgml}