diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2004-07-27 12:29:13 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2004-07-27 12:29:13 +0000 |
commit | 49d0c1834bfbc6860c434f78600c49db59a590e6 (patch) | |
tree | cb6cb5ce1c38e5d3a1cf90e4519226059ed48b87 /x11-misc/icets | |
parent | Version bump, build process has changed (diff) | |
download | historical-49d0c1834bfbc6860c434f78600c49db59a590e6.tar.gz historical-49d0c1834bfbc6860c434f78600c49db59a590e6.tar.bz2 historical-49d0c1834bfbc6860c434f78600c49db59a590e6.zip |
Slight changes to install
Diffstat (limited to 'x11-misc/icets')
-rw-r--r-- | x11-misc/icets/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/icets/icets-1.2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/icets/Manifest b/x11-misc/icets/Manifest index 31f4519df670..c65ed2aaac6c 100644 --- a/x11-misc/icets/Manifest +++ b/x11-misc/icets/Manifest @@ -1,5 +1,5 @@ MD5 68fe7079ccb812b32272595f0dcf1e8f icets-1.1.ebuild 869 -MD5 b75e2854deefab5c35032525b53666f7 icets-1.2.ebuild 836 +MD5 95164aff6f6016ec92e1243057187af5 icets-1.2.ebuild 856 MD5 d49e56a74d0e8b3e3c3c5082b0d268cc ChangeLog 1386 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 2b2bb51a215b1b08030e0b71b477f47d files/digest-icets-1.1 62 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} |