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:
@@ -112,14 +112,17 @@ if [ IsOptionalHaikuImagePackageAdded APR-util ] {
|
|||||||
|
|
||||||
|
|
||||||
# BasicCommandLineTools
|
# BasicCommandLineTools
|
||||||
if [ IsOptionalHaikuImagePackageAdded BasicCommandLineTools ]
|
if [ IsOptionalHaikuImagePackageAdded BasicCommandLineTools ] {
|
||||||
&& $(TARGET_ARCH) = x86 {
|
if $(TARGET_ARCH) != x86 {
|
||||||
|
Echo "No optional package BasicCommandLineTools available for $(TARGET_ARCH)" ;
|
||||||
|
} else {
|
||||||
# sed
|
# sed
|
||||||
InstallOptionalHaikuImagePackage sed-4.2.1-r1a1-x86-gcc2-2009-08-30
|
InstallOptionalHaikuImagePackage sed-4.2.1-r1a1-x86-gcc2-2009-08-30
|
||||||
: $(baseURL)/sed-4.2.1-r1a1-x86-gcc2-2009-08-30.zip
|
: $(baseURL)/sed-4.2.1-r1a1-x86-gcc2-2009-08-30.zip
|
||||||
:
|
:
|
||||||
: true ;
|
: true ;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
# Beam
|
# Beam
|
||||||
|
|||||||
Reference in New Issue
Block a user