diff options
-rw-r--r-- | x11-misc/icesndcfg/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icesndcfg/icesndcfg-1.3.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/icesndcfg/ChangeLog b/x11-misc/icesndcfg/ChangeLog index ef552f5720e0..69fa0a446531 100644 --- a/x11-misc/icesndcfg/ChangeLog +++ b/x11-misc/icesndcfg/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/icesndcfg -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.21 2007/02/21 23:44:17 jokey Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/ChangeLog,v 1.22 2008/05/09 13:13:39 phosphan Exp $ + + 09 May 2008; Patrick Kursawe <phosphan@gentoo.org> icesndcfg-1.3.ebuild: + QA fixes for bug #220094 21 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog: Redigest for Manifest2 diff --git a/x11-misc/icesndcfg/icesndcfg-1.3.ebuild b/x11-misc/icesndcfg/icesndcfg-1.3.ebuild index 24ec2f541da5..340b2cda29ee 100644 --- a/x11-misc/icesndcfg/icesndcfg-1.3.ebuild +++ b/x11-misc/icesndcfg/icesndcfg-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild,v 1.10 2006/02/27 07:05:03 morfic Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icesndcfg/icesndcfg-1.3.ebuild,v 1.11 2008/05/09 13:13:39 phosphan Exp $ IUSE="" @@ -16,7 +16,7 @@ KEYWORDS="x86 sparc ppc ~amd64" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -e "s:/usr/local:/usr:" -i ${PN}.pro || die "sed failed" echo >> ${PN}.pro -e "QMAKE_CXXFLAGS_RELEASE += ${CXXFLAGS}\nQMAKE_CFLAGS_RELEASE += ${CFLAGS}" } @@ -28,6 +28,6 @@ src_compile () { } src_install () { - make INSTALL_ROOT="${D}" install || die - dodoc AUTHORS COPYING TODO README ChangeLog + dobin ${PN} + dodoc AUTHORS ChangeLog } |