diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-11-08 21:49:31 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-11-08 21:49:31 +0000 |
commit | a81a470ff4ee8dca642800cdcfc9674b122b061e (patch) | |
tree | ba1bd8af8e1dcb4c957b18991340ea33281d467a /app-text | |
parent | new package "Figurine is a vector based graphical editor similar to XFig." (diff) | |
download | gentoo-2-a81a470ff4ee8dca642800cdcfc9674b122b061e.tar.gz gentoo-2-a81a470ff4ee8dca642800cdcfc9674b122b061e.tar.bz2 gentoo-2-a81a470ff4ee8dca642800cdcfc9674b122b061e.zip |
small fix0rs
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/latex2html/latex2html-2002.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-text/latex2html/latex2html-2002.1.ebuild b/app-text/latex2html/latex2html-2002.1.ebuild index a836e56b94dc..a4b2334cd79a 100644 --- a/app-text/latex2html/latex2html-2002.1.ebuild +++ b/app-text/latex2html/latex2html-2002.1.ebuild @@ -32,8 +32,9 @@ src_compile() { use gif && myconf="${myconf} --enable-gif" use png && myconf="${myconf} --enable-png" + use gif || use png || myconf="${myconf} --disable-images" + myconf="${myconf} \ - --prefix=/usr \ --libdir=/usr/lib/latex2html \ --shlibdir=/usr/lib/latex2html \ --enable-pk \ @@ -64,6 +65,11 @@ src_install () { cp cfgcache.pm.bak ${D}/usr/lib/latex2html/cfgcache.pm dodoc BUGS Changes FAQ INSTALL LICENSE MANIFEST README TODO + + # make /usr/share/latex2html sticky + touch .keep + insinto /usr/share/latex2html + doins .keep } pkg_postinst() { |