Add cmd:bash as a requirement for Haiku packages.
* suggested by Augustin.
This commit is contained in:
parent
8b21b2b910
commit
689e777570
@ -172,6 +172,9 @@ provides {
|
||||
}
|
||||
|
||||
requires {
|
||||
#ifndef HAIKU_BOOTSTRAP_BUILD
|
||||
cmd:bash
|
||||
#endif
|
||||
lib:libfreetype
|
||||
lib:libgcc_s
|
||||
lib:libicudata
|
||||
|
@ -172,6 +172,9 @@ provides {
|
||||
}
|
||||
|
||||
requires {
|
||||
#ifndef HAIKU_BOOTSTRAP_BUILD
|
||||
cmd:bash
|
||||
#endif
|
||||
lib:libfreetype
|
||||
lib:libgcc_s
|
||||
#ifdef HAIKU_REGULAR_BUILD
|
||||
|
@ -172,6 +172,9 @@ provides {
|
||||
}
|
||||
|
||||
requires {
|
||||
#ifndef HAIKU_BOOTSTRAP_BUILD
|
||||
cmd:bash
|
||||
#endif
|
||||
lib:libfreetype
|
||||
lib:libgcc_s
|
||||
lib:libicudata
|
||||
|
@ -172,6 +172,9 @@ provides {
|
||||
}
|
||||
|
||||
requires {
|
||||
#ifndef HAIKU_BOOTSTRAP_BUILD
|
||||
cmd:bash
|
||||
#endif
|
||||
lib:libcurl
|
||||
lib:libfreetype
|
||||
lib:libgcc_s
|
||||
|
@ -171,6 +171,9 @@ provides {
|
||||
}
|
||||
|
||||
requires {
|
||||
#ifndef HAIKU_BOOTSTRAP_BUILD
|
||||
cmd:bash
|
||||
#endif
|
||||
lib:libcurl
|
||||
lib:libgcc_s
|
||||
lib:libfreetype
|
||||
|
@ -173,6 +173,9 @@ provides {
|
||||
}
|
||||
|
||||
requires {
|
||||
#ifndef HAIKU_BOOTSTRAP_BUILD
|
||||
cmd:bash
|
||||
#endif
|
||||
lib:libcurl
|
||||
lib:libfreetype
|
||||
lib:libicudata
|
||||
|
Loading…
x
Reference in New Issue
Block a user