diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:28:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-10-28 14:28:14 +0000 |
commit | 24fdbb8eca741b1c22800f4ec7efbf21ed3d170e (patch) | |
tree | 447714ca06c2239cd05f6ff27118c54031dde72b /net-libs/iax/iax-0.2.2.ebuild | |
parent | Security bump (bug #342847). (diff) | |
download | gentoo-2-24fdbb8eca741b1c22800f4ec7efbf21ed3d170e.tar.gz gentoo-2-24fdbb8eca741b1c22800f4ec7efbf21ed3d170e.tar.bz2 gentoo-2-24fdbb8eca741b1c22800f4ec7efbf21ed3d170e.zip |
quoting, unnecessary license install
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/iax/iax-0.2.2.ebuild')
-rw-r--r-- | net-libs/iax/iax-0.2.2.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-libs/iax/iax-0.2.2.ebuild b/net-libs/iax/iax-0.2.2.ebuild index 616c4b5863f0..04c8bf235c82 100644 --- a/net-libs/iax/iax-0.2.2.ebuild +++ b/net-libs/iax/iax-0.2.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.8 2009/09/23 18:47:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/iax/iax-0.2.2.ebuild,v 1.9 2010/10/28 14:28:14 ssuominen Exp $ IUSE="" @@ -25,6 +25,6 @@ src_compile() { } src_install () { - make prefix=${D}/${D_PREFIX} install - dodoc NEWS COPYING AUTHORS README + make prefix="${D}"/${D_PREFIX} install + dodoc NEWS AUTHORS README } |