Updated p7zip to 9.13. Also fixed a copy/paste typo.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40751 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c0f365bbae
commit
9a73627a81
@ -161,7 +161,7 @@ if [ IsOptionalHaikuImagePackageAdded ArmyKnife ] {
|
||||
# Bazaar
|
||||
if [ IsOptionalHaikuImagePackageAdded Bazaar ] {
|
||||
if $(TARGET_ARCH) != x86 {
|
||||
Echo "No optional package BeAE available for $(TARGET_ARCH)" ;
|
||||
Echo "No optional package Bazaar available for $(TARGET_ARCH)" ;
|
||||
} else if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
InstallOptionalHaikuImagePackage bzr-2.2.0-gcc4-2010-09-15.zip
|
||||
: $(baseURL)/bzr-2.2.0-x86-gcc4-2010-09-15.zip
|
||||
@ -1361,12 +1361,12 @@ if [ IsOptionalHaikuImagePackageAdded P7zip ] {
|
||||
} else {
|
||||
if $(HAIKU_GCC_VERSION[1]) >= 4 {
|
||||
InstallOptionalHaikuImagePackage
|
||||
p7zip-9.04-x86-gcc4-2010-11-13.zip
|
||||
: $(baseURL)/p7zip-9.04-x86-gcc4-2010-11-13.zip ;
|
||||
p7zip-9.13-x86-gcc4-2011-02-28.zip
|
||||
: $(baseURL)/p7zip-9.13-x86-gcc4-2011-02-28.zip ;
|
||||
} else {
|
||||
InstallOptionalHaikuImagePackage
|
||||
p7zip-9.04-x86-gcc2-2010-09-01.zip
|
||||
: $(baseURL)/p7zip-9.04-x86-gcc2-2010-09-01.zip
|
||||
p7zip-9.13-x86-gcc2-2011-02-25.zip
|
||||
: $(baseURL)/p7zip-9.13-x86-gcc2-2011-02-25.zip
|
||||
:
|
||||
;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user