diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-03 16:31:22 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-03 16:31:22 +0000 |
commit | afbe36e69f0fc593ba1ef85fe29a59e97892166a (patch) | |
tree | 26a91a4b74c0fb37cd65ef1baf270f78f9522a41 /sci-geosciences/gpsd | |
parent | Removed old (diff) | |
download | gentoo-2-afbe36e69f0fc593ba1ef85fe29a59e97892166a.tar.gz gentoo-2-afbe36e69f0fc593ba1ef85fe29a59e97892166a.tar.bz2 gentoo-2-afbe36e69f0fc593ba1ef85fe29a59e97892166a.zip |
Fix typos.
(Portage version: 2.2_rc88_p78/cvs/Linux x86_64)
Diffstat (limited to 'sci-geosciences/gpsd')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-2.95.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-geosciences/gpsd/gpsd-2.95.ebuild b/sci-geosciences/gpsd/gpsd-2.95.ebuild index 647534db15a2..ebbc0005f8b6 100644 --- a/sci-geosciences/gpsd/gpsd-2.95.ebuild +++ b/sci-geosciences/gpsd/gpsd-2.95.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.95.ebuild,v 1.2 2010/10/03 16:17:01 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gpsd/gpsd-2.95.ebuild,v 1.3 2010/10/03 16:31:22 arfrever Exp $ EAPI=3 @@ -83,7 +83,7 @@ src_configure() { } src_install() { - # no it cant be done using emake cause it is non-compilant + # no it can't be done using emake cause it is non-compliant make DESTDIR="${D}" install || die # no need for .la files here |