diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-04 08:11:59 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-04 08:11:59 +0000 |
commit | 38da6332f93e894d5d44dd42a295df5e9d5cca9e (patch) | |
tree | e3452dd84afc0f65c87658558fab739084af814f /app-editors/hteditor | |
parent | Add ~x86-fbsd wrt bug #428356 (diff) | |
download | gentoo-2-38da6332f93e894d5d44dd42a295df5e9d5cca9e.tar.gz gentoo-2-38da6332f93e894d5d44dd42a295df5e9d5cca9e.tar.bz2 gentoo-2-38da6332f93e894d5d44dd42a295df5e9d5cca9e.zip |
add a missing line
(Portage version: 2.1.11.9/cvs/Linux i686)
Diffstat (limited to 'app-editors/hteditor')
-rw-r--r-- | app-editors/hteditor/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/hteditor/hteditor-2.0.20.ebuild | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/app-editors/hteditor/ChangeLog b/app-editors/hteditor/ChangeLog index 538886e4cd40..f7de9eec65ca 100644 --- a/app-editors/hteditor/ChangeLog +++ b/app-editors/hteditor/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/hteditor # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.54 2012/10/04 02:15:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/ChangeLog,v 1.55 2012/10/04 08:11:59 ago Exp $ + + 04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> hteditor-2.0.20.ebuild: + add a missing line 04 Oct 2012; Anthony G. Basile <blueness@gentoo.org> hteditor-2.0.20.ebuild: stable ppc ppc64, bug #436968 diff --git a/app-editors/hteditor/hteditor-2.0.20.ebuild b/app-editors/hteditor/hteditor-2.0.20.ebuild index 21c8240d39c4..7fa4a3c050f0 100644 --- a/app-editors/hteditor/hteditor-2.0.20.ebuild +++ b/app-editors/hteditor/hteditor-2.0.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild,v 1.5 2012/10/04 02:15:25 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/hteditor/hteditor-2.0.20.ebuild,v 1.6 2012/10/04 08:11:59 ago Exp $ EAPI=4 @@ -45,6 +45,9 @@ src_compile() { } src_install() { + #For prefix + chmod u+x "${S}/install-sh" + default dohtml doc/*.html |