Patch by mmadia to echo that BasicCommandLineTools isn't availble on the platform. Fixes #5365.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35421 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
1b72402c99
commit
629dc0f55d
@ -112,13 +112,16 @@ if [ IsOptionalHaikuImagePackageAdded APR-util ] {
|
||||
|
||||
|
||||
# BasicCommandLineTools
|
||||
if [ IsOptionalHaikuImagePackageAdded BasicCommandLineTools ]
|
||||
&& $(TARGET_ARCH) = x86 {
|
||||
# sed
|
||||
InstallOptionalHaikuImagePackage sed-4.2.1-r1a1-x86-gcc2-2009-08-30
|
||||
: $(baseURL)/sed-4.2.1-r1a1-x86-gcc2-2009-08-30.zip
|
||||
:
|
||||
: true ;
|
||||
if [ IsOptionalHaikuImagePackageAdded BasicCommandLineTools ] {
|
||||
if $(TARGET_ARCH) != x86 {
|
||||
Echo "No optional package BasicCommandLineTools available for $(TARGET_ARCH)" ;
|
||||
} else {
|
||||
# sed
|
||||
InstallOptionalHaikuImagePackage sed-4.2.1-r1a1-x86-gcc2-2009-08-30
|
||||
: $(baseURL)/sed-4.2.1-r1a1-x86-gcc2-2009-08-30.zip
|
||||
:
|
||||
: true ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user