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 | 922236ff64e1ec6831cc2fd25fd11d4ec5daff2f (patch) | |
tree | 6a2923693bad9878e7e820366e3aee89d78b2faf | |
parent | minor fix in alsa virtual code (diff) | |
download | gentoo-2-922236ff64e1ec6831cc2fd25fd11d4ec5daff2f.tar.gz gentoo-2-922236ff64e1ec6831cc2fd25fd11d4ec5daff2f.tar.bz2 gentoo-2-922236ff64e1ec6831cc2fd25fd11d4ec5daff2f.zip |
sandbox fix0rs, properly this time
-rw-r--r-- | media-libs/pdflib/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/pdflib/pdflib-5.0.2.ebuild | 10 |
2 files changed, 9 insertions, 6 deletions
diff --git a/media-libs/pdflib/ChangeLog b/media-libs/pdflib/ChangeLog index 6d04eadeaaf6..9811b714f21f 100644 --- a/media-libs/pdflib/ChangeLog +++ b/media-libs/pdflib/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for media-libs/pdflib # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/ChangeLog,v 1.28 2004/01/23 04:19:20 darkspecter Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/pdflib/ChangeLog,v 1.29 2004/01/23 22:04:06 seemant Exp $ 23 Jan 2004; Bartosch Pixa <darkspecter@gentoo.org> pdflib-5.0.2.ebuild: set ppc in keywords @@ -8,6 +8,9 @@ 22 Jan 2004; Jon Portnoy <avenj@gentoo.org> pdflib-5.0.2.ebuild : Stable on AMD64. + 23 Jan 2004; Seemant Kulleen <seemant@gentoo.org> pdflib-5.0.2.ebuild: + sandbox fix0rs, properly this time + 22 Jan 2004; Seemant Kulleen <seemant@gentoo.org> pdflib-5.0.2.ebuild: Stable on x86 as well 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 |