diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-01-23 22:04:06 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-01-23 22:04:06 +0000 |
commit | bffa4d9c4b4953cd9be72dd4158856066e164ac1 (patch) | |
tree | cf60b22fd2a9bee83c56022dd373419f3b99c21c /media-libs/pdflib/pdflib-5.0.2.ebuild | |
parent | minor fix in alsa virtual code (diff) | |
download | historical-bffa4d9c4b4953cd9be72dd4158856066e164ac1.tar.gz historical-bffa4d9c4b4953cd9be72dd4158856066e164ac1.tar.bz2 historical-bffa4d9c4b4953cd9be72dd4158856066e164ac1.zip |
sandbox fix0rs, properly this time
Diffstat (limited to 'media-libs/pdflib/pdflib-5.0.2.ebuild')
-rw-r--r-- | media-libs/pdflib/pdflib-5.0.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/pdflib/pdflib-5.0.2.ebuild b/media-libs/pdflib/pdflib-5.0.2.ebuild index eb2a1559760d..427e66d2d1b5 100644 --- a/media-libs/pdflib/pdflib-5.0.2.ebuild +++ b/media-libs/pdflib/pdflib-5.0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-5.0.2.ebuild,v 1.6 2004/01/23 04:19:20 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/pdflib-5.0.2.ebuild,v 1.7 2004/01/23 22:04:06 seemant Exp $ IUSE="tcltk perl python java" MY_PN=${PN/pdf/PDF}-Lite @@ -62,16 +62,16 @@ src_install() { # all we basically do here is modify the install path for Makefiles that # need it. sed -i -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \ - ${S}/bind/java/Makefile + ${S}/bind/pdflib/java/Makefile sed -i -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \ - ${S}/bind/perl/Makefile + ${S}/bind/pdflib/perl/Makefile sed -i -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \ - ${S}/bind/python/Makefile + ${S}/bind/pdflib/python/Makefile sed -i -e "s:^\(LANG_LIBDIR\).*= \(.*\):\1\t = ${D}/\2:" \ - ${S}/bind/tcl/Makefile + ${S}/bind/pdflib/tcl/Makefile # ok, this should create the correct lib dirs for perl and python. # yes, i know it is messy, but as i see it, a ebuild should be generic |