diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-13 09:40:44 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2005-01-13 09:40:44 +0000 |
commit | 7f29c0d4b5d66996205c37be83524680be257462 (patch) | |
tree | 5598fca4e65f64252e240642a7f34bf6cfd3b353 /x11-misc/icets | |
parent | Digest fix as per bug #77790. (diff) | |
download | historical-7f29c0d4b5d66996205c37be83524680be257462.tar.gz historical-7f29c0d4b5d66996205c37be83524680be257462.tar.bz2 historical-7f29c0d4b5d66996205c37be83524680be257462.zip |
Fixing install dir for the binary
Diffstat (limited to 'x11-misc/icets')
-rw-r--r-- | x11-misc/icets/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icets/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icets/icets-1.4.ebuild | 8 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-misc/icets/ChangeLog b/x11-misc/icets/ChangeLog index fa59d08f9c86..21f13d9b2189 100644 --- a/x11-misc/icets/ChangeLog +++ b/x11-misc/icets/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icets -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.17 2004/11/02 14:29:32 phosphan Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/ChangeLog,v 1.18 2005/01/13 09:40:43 phosphan Exp $ + + 13 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> icets-1.4.ebuild: + Correcting install dir for the binary (was /usr/local/bin by accident) 02 Nov 2004; Patrick Kursawe <phosphan@gentoo.org> -icets-1.1.ebuild, -icets-1.2.ebuild, icets-1.4.ebuild: diff --git a/x11-misc/icets/Manifest b/x11-misc/icets/Manifest index 35a44ca8a77f..58b54a46268a 100644 --- a/x11-misc/icets/Manifest +++ b/x11-misc/icets/Manifest @@ -1,4 +1,4 @@ -MD5 fc9742e95aca77da058a35aa190768e2 icets-1.4.ebuild 956 -MD5 f21beb09b0b5f5c42fbad6033cc66520 ChangeLog 2110 +MD5 b123604a086bcfb2f7f2180b34851f32 icets-1.4.ebuild 936 +MD5 2227ceced160f2b5c9a1d846ea4fabbe ChangeLog 2255 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 06d9efadd30d1f6502e3817319bb6cca files/digest-icets-1.4 61 diff --git a/x11-misc/icets/icets-1.4.ebuild b/x11-misc/icets/icets-1.4.ebuild index 5303c19766a0..22e535a34838 100644 --- a/x11-misc/icets/icets-1.4.ebuild +++ b/x11-misc/icets/icets-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.4.ebuild,v 1.3 2004/11/02 14:29:32 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icets/icets-1.4.ebuild,v 1.4 2005/01/13 09:40:44 phosphan Exp $ DESCRIPTION="IceWM Theme Editor" SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" @@ -18,8 +18,8 @@ src_unpack() { unpack ${A} cd ${S} - 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" + sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed" + sed -e 's:/usr/local:/usr:g' -i ${PN}.cpp || die "sed failed" echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}" } |