Wrong package name in error message. Spotted by Andreas Färber.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25077 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0ea1e53a7d
commit
3e99f3e14f
@ -161,7 +161,7 @@ if [ IsOptionalHaikuImagePackageAdded OpenSound ] {
|
||||
# OpenSSL
|
||||
if [ IsOptionalHaikuImagePackageAdded OpenSSL ] {
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
Echo "No optional package Pe available for gcc4" ;
|
||||
Echo "No optional package OpenSSL available for gcc4" ;
|
||||
} else {
|
||||
local baseURL = http://haiku-files.org/files/optional-packages ;
|
||||
InstallOptionalHaikuImagePackage openssl-0.9.8g-gcc2-2008-03-28
|
||||
|
Loading…
Reference in New Issue
Block a user