Fixed pair of typos in hgrep script.

This commit is contained in:
Scott McCreary 2012-07-23 22:22:53 +00:00
parent fb678bc3d0
commit dc321a67d6
1 changed files with 2 additions and 2 deletions

View File

@ -1065,8 +1065,8 @@ if [ IsOptionalHaikuImagePackageAdded HGrep ] {
Echo "No optional package HGrep available for $(TARGET_ARCH)" ;
} else {
InstallOptionalHaikuImagePackage
hgrep-1.0-x86-gcc2-2012-07-23.zip
: $(baseURL)/hgrep-1.0-x86-gcc2-2012-07-23.zip ;
hgrep-1.0.1-x86-gcc2-2012-07-23.zip
: $(baseURL)/hgrep-1.0.1-x86-gcc2-2012-07-23.zip ;
}
}