From 3f97da4a44583dc747043f0b973adca167051ba4 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Fri, 9 Mar 2007 21:03:25 +0000 Subject: import portage.xpak to avoid deprecation warning svn path=/main/trunk/; revision=6202 --- bin/misc-functions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/misc-functions.sh') diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index 2a6013863..c5e74dff4 100755 --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -515,8 +515,8 @@ dyn_package() { tar ${tar_options} -cf - . | bzip2 -f > "${pkg_tmp}" || \ die "Failed to create tarball" cd .. - export PYTHONPATH=${PORTAGE_PYM_PATH:-/usr/lib/portage/pym} - python -c "import xpak; t=xpak.tbz2('${pkg_tmp}'); t.recompose('${PORTAGE_BUILDDIR}/build-info')" + export PYTHONPATH="${PORTAGE_PYM_PATH:-/usr/lib/portage/pym}:${PYTHONPATH}" + python -c "from portage import xpak; t=xpak.tbz2('${pkg_tmp}'); t.recompose('${PORTAGE_BUILDDIR}/build-info')" if [ $? -ne 0 ]; then rm -f "${pkg_tmp}" die "Failed to append metadata to the tbz2 file" -- cgit v1.2.3-1-g7c22