Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 259211 Details for
Bug 351029
Add ability to install more than one package at a given location to bootstrap-prefix.sh
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch v1
more-than-one-package.patch (text/plain), 629 bytes, created by
Mounir Lamouri (volkmar) (RETIRED)
on 2011-01-07 18:32:43 UTC
(
hide
)
Description:
Patch v1
Filename:
MIME Type:
Creator:
Mounir Lamouri (volkmar) (RETIRED)
Created:
2011-01-07 18:32:43 UTC
Size:
629 bytes
patch
obsolete
>--- bootstrap-prefix.sh.old 2011-01-07 19:24:47.000000000 +0100 >+++ bootstrap-prefix.sh 2011-01-07 19:26:40.000000000 +0100 >@@ -1046,12 +1046,15 @@ > einfo "host: ${CHOST}" > einfo "prefix: ${ROOT}" > >-TODO=${2} >-if [[ $(type -t bootstrap_${TODO}) != "function" ]]; >-then >- eerror "bootstrap target ${TODO} unknown" >- exit 1 >-fi >+PACKAGES=${*/${1}/} > >-einfo "ready to bootstrap ${TODO}" >-bootstrap_${TODO} >+for TODO in $PACKAGES; do >+ if [[ $(type -t bootstrap_${TODO}) != "function" ]]; >+ then >+ eerror "bootstrap target ${TODO} unknown" >+ exit 1 >+ fi >+ >+ einfo "ready to bootstrap ${TODO}" >+ bootstrap_${TODO}; >+done
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 351029
: 259211