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:
@@ -161,7 +161,7 @@ if [ IsOptionalHaikuImagePackageAdded OpenSound ] {
|
|||||||
# OpenSSL
|
# OpenSSL
|
||||||
if [ IsOptionalHaikuImagePackageAdded OpenSSL ] {
|
if [ IsOptionalHaikuImagePackageAdded OpenSSL ] {
|
||||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||||
Echo "No optional package Pe available for gcc4" ;
|
Echo "No optional package OpenSSL available for gcc4" ;
|
||||||
} else {
|
} else {
|
||||||
local baseURL = http://haiku-files.org/files/optional-packages ;
|
local baseURL = http://haiku-files.org/files/optional-packages ;
|
||||||
InstallOptionalHaikuImagePackage openssl-0.9.8g-gcc2-2008-03-28
|
InstallOptionalHaikuImagePackage openssl-0.9.8g-gcc2-2008-03-28
|
||||||
|
|||||||
Reference in New Issue
Block a user