summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-01-13 09:40:44 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-01-13 09:40:44 +0000
commite79ba2aef6a73882f4e22122c705bdeaf0b56f40 (patch)
tree8bd7ba717dd24acd0875609012da827dda4d5d80 /x11-misc/icets/icets-1.4.ebuild
parentDigest fix as per bug #77790. (Manifest recommit) (diff)
downloadgentoo-2-e79ba2aef6a73882f4e22122c705bdeaf0b56f40.tar.gz
gentoo-2-e79ba2aef6a73882f4e22122c705bdeaf0b56f40.tar.bz2
gentoo-2-e79ba2aef6a73882f4e22122c705bdeaf0b56f40.zip
Fixing install dir for the binary
Diffstat (limited to 'x11-misc/icets/icets-1.4.ebuild')
-rw-r--r--x11-misc/icets/icets-1.4.ebuild8
1 files changed, 4 insertions, 4 deletions
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}"
}