Fixed an off by one error.

This commit is contained in:
Matt Madia 2012-02-20 09:58:21 +00:00
parent 743d0826f7
commit 5227cdd195

View File

@ -357,7 +357,7 @@ if [ IsOptionalHaikuImagePackageAdded Bzip ] {
# CARootCertificates
if [ IsOptionalHaikuImagePackageAdded CARootCertificates ] {
InstallOptionalHaikuImagePackage cert-2012-12-19.zip
: $(baseURL)/cert-2012-12-19.zip
: $(baseURL)/cert-2012-02-19.zip
: common data ssl ;
}