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 | a7bcfec43751a7176707a6462059c05f11f90228 (patch) | |
tree | 4cd04ad4d80f6c089a44500cb7064bbbd446044c /app-text/latex2html | |
parent | new package "Figurine is a vector based graphical editor similar to XFig." (diff) | |
download | historical-a7bcfec43751a7176707a6462059c05f11f90228.tar.gz historical-a7bcfec43751a7176707a6462059c05f11f90228.tar.bz2 historical-a7bcfec43751a7176707a6462059c05f11f90228.zip |
small fix0rs
Diffstat (limited to 'app-text/latex2html')
-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() { |