summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2007-07-17 19:26:05 +0000
committerZac Medico <zmedico@gentoo.org>2007-07-17 19:26:05 +0000
commit38f356669b5cb31e58318f398027e9955647f4c5 (patch)
tree1d8eb57c616b70046337e38e09128485435a1eac /bin/misc-functions.sh
parentUnify USE handling in the depgraph with the other metadata. (diff)
downloadportage-multirepo-38f356669b5cb31e58318f398027e9955647f4c5.tar.gz
portage-multirepo-38f356669b5cb31e58318f398027e9955647f4c5.tar.bz2
portage-multirepo-38f356669b5cb31e58318f398027e9955647f4c5.zip
Use PF in dyn_package. Thanks to swegener.
svn path=/main/trunk/; revision=7300
Diffstat (limited to 'bin/misc-functions.sh')
-rwxr-xr-xbin/misc-functions.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh
index 1c469787..91c3cb4c 100755
--- a/bin/misc-functions.sh
+++ b/bin/misc-functions.sh
@@ -502,7 +502,7 @@ dyn_package() {
# for $PKGDIR and/or $PKGDIR/All.
export SANDBOX_ON="0"
[ -z "${PORTAGE_BINPKG_TMPFILE}" ] && \
- PORTAGE_BINPKG_TMPFILE="${PKGDIR}/${CATEGORY}/${PVR}.tbz2"
+ PORTAGE_BINPKG_TMPFILE="${PKGDIR}/${CATEGORY}/${PF}.tbz2"
mkdir -p "${PORTAGE_BINPKG_TMPFILE%/*}" || die "mkdir failed"
tar ${tar_options} -cf - . | bzip2 -f > "${PORTAGE_BINPKG_TMPFILE}" || \
die "Failed to create tarball"