projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4be468
)
Use PF in dyn_package. Thanks to swegener.
author
Zac Medico
<zmedico@gentoo.org>
Tue, 17 Jul 2007 19:26:05 +0000
(19:26 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 17 Jul 2007 19:26:05 +0000
(19:26 -0000)
svn path=/main/trunk/; revision=7300
bin/misc-functions.sh
patch
|
blob
|
history
diff --git
a/bin/misc-functions.sh
b/bin/misc-functions.sh
index 1c469787590a920fde225a17a3469c2a34dd1170..91c3cb4c8dc3a29b8d1dd6b536c7e00b2b726ba7 100755
(executable)
--- 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}/${P
VR
}.tbz2"
+ PORTAGE_BINPKG_TMPFILE="${PKGDIR}/${CATEGORY}/${P
F
}.tbz2"
mkdir -p "${PORTAGE_BINPKG_TMPFILE%/*}" || die "mkdir failed"
tar ${tar_options} -cf - . | bzip2 -f > "${PORTAGE_BINPKG_TMPFILE}" || \
die "Failed to create tarball"