Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 23172 Details for
Bug 37270
fix for quickpkg to be more multi-use friendly
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
quickpkg.patch
quickpkg.patch (text/plain), 854 bytes, created by
SpanKY
on 2004-01-04 20:18:03 UTC
(
hide
)
Description:
quickpkg.patch
Filename:
MIME Type:
Creator:
SpanKY
Created:
2004-01-04 20:18:03 UTC
Size:
854 bytes
patch
obsolete
>--- /usr/bin/quickpkg.orig 2004-01-04 23:13:20.000000000 -0500 >+++ /usr/bin/quickpkg 2004-01-04 23:14:21.000000000 -0500 >@@ -46,7 +46,7 @@ > do_pkg() { > MYDIR="${PORTAGE_TMPDIR}/portage-pkg/$1" > SRCDIR="${PORTAGE_DB}/$2/$1" >-echo ${PORTAGE_TMPDIR}/quickpkglog >+ > ebegin "Building package for $1" > ( > # clean up temp directory >@@ -72,14 +72,14 @@ > > # cleanup again > rm -rf ${MYDIR} >- ) >& ${PORTAGE_TMPDIR}/quickpkglog >+ ) >& ${PORTAGE_TMPDIR}/quickpkglog-$1 > > if [ -e ${PKGDIR}/All/$1.tbz2 ] ; then >- rm -f ${PORTAGE_TMPDIR}/quickpkglog >+ rm -f ${PORTAGE_TMPDIR}/quickpkglog-$1 > PKGSTATS="${PKGSTATS}"$'\n'"$(einfo $1: `ls -alh ${PKGDIR}/All/$1.tbz2 | awk '{print $5}'`)" > eend 0 > else >- cat ${PORTAGE_TMPDIR}/quickpkglog >+ cat ${PORTAGE_TMPDIR}/quickpkglog-$1 > PKGSTATS="${PKGSTATS}"$'\n'"$(ewarn $1: not created)" > eend 1 > fi
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 37270
: 23172