diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-12-08 07:55:23 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-12-08 07:55:23 +0000 |
commit | 7c3e4216a837ec80437dd197db63fd49fae02307 (patch) | |
tree | ad3edcae065e9ca1ea4a94ef54cc0fa230244df2 /dev-tex/latex2html/latex2html-2002.1.ebuild | |
parent | Version bumped. Fixed keepdir (diff) | |
download | gentoo-2-7c3e4216a837ec80437dd197db63fd49fae02307.tar.gz gentoo-2-7c3e4216a837ec80437dd197db63fd49fae02307.tar.bz2 gentoo-2-7c3e4216a837ec80437dd197db63fd49fae02307.zip |
Version bumped. Fixed keepdir
Diffstat (limited to 'dev-tex/latex2html/latex2html-2002.1.ebuild')
-rw-r--r-- | dev-tex/latex2html/latex2html-2002.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-tex/latex2html/latex2html-2002.1.ebuild b/dev-tex/latex2html/latex2html-2002.1.ebuild index bf26d99a3f70..509e52f903e1 100644 --- a/dev-tex/latex2html/latex2html-2002.1.ebuild +++ b/dev-tex/latex2html/latex2html-2002.1.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/dev-tex/latex2html/latex2html-2002.1.ebuild,v 1.3 2003/10/16 13:09:31 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/latex2html/latex2html-2002.1.ebuild,v 1.4 2003/12/08 07:55:19 usata Exp $ MY_P=${P/./-} S=${WORKDIR}/${MY_P} @@ -62,9 +62,7 @@ src_install() { dodoc BUGS Changes FAQ INSTALL LICENSE MANIFEST README TODO # make /usr/share/latex2html sticky - touch .keep - insinto /usr/share/latex2html - doins .keep + keepdir /usr/share/latex2html # clean the perl scripts up to remove references to the sandbox sed -i "s:${T}::g" ${D}/usr/lib/latex2html/pstoimg.pl |