diff options
author | Markus Nigbur <pyrania@gentoo.org> | 2003-10-21 00:28:57 +0000 |
---|---|---|
committer | Markus Nigbur <pyrania@gentoo.org> | 2003-10-21 00:28:57 +0000 |
commit | 4e79248d3a44572fd25abd4569c55c6c9f7269b8 (patch) | |
tree | 520b600e82638479c7c57c473c8a0fd8e5272a84 /app-editors/lpe | |
parent | userpriv fix (diff) | |
download | gentoo-2-4e79248d3a44572fd25abd4569c55c6c9f7269b8.tar.gz gentoo-2-4e79248d3a44572fd25abd4569c55c6c9f7269b8.tar.bz2 gentoo-2-4e79248d3a44572fd25abd4569c55c6c9f7269b8.zip |
typo
Diffstat (limited to 'app-editors/lpe')
-rw-r--r-- | app-editors/lpe/lpe-1.2.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/lpe/lpe-1.2.6.ebuild b/app-editors/lpe/lpe-1.2.6.ebuild index 75a6f86761f1..a8c5476ea4c5 100644 --- a/app-editors/lpe/lpe-1.2.6.ebuild +++ b/app-editors/lpe/lpe-1.2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild,v 1.1 2003/10/04 15:22:15 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lpe/lpe-1.2.6.ebuild,v 1.2 2003/10/21 00:28:57 pyrania Exp $ DESCRIPTION="Lightweight Programmers Editor" HOMEPAGE="http://cdsmith.twu.net/professional/opensource/lpe.html" @@ -37,5 +37,5 @@ src_install () { docdir=${D}/usr/share/doc/${PF} \ exdir=${D}/usr/share/doc/${PF}/examples \ install || die - prealldocs + prepalldocs } |