If we want WebPositive to work in Live-CD mode, we can't copy some packages

to the CD image without extracting them anymore. Test pending.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36441 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2010-04-23 20:16:29 +00:00
parent a53f776b10
commit 112f2e566e
-3
View File
@@ -363,7 +363,6 @@ if [ IsOptionalHaikuImagePackageAdded Curl ] {
InstallOptionalHaikuImagePackage curl-7.20.1-r1a2-x86-gcc2-2010-04-22.zip
: $(baseURL)/curl-7.20.1-r1a2-x86-gcc2-2010-04-22.zip
:
: true
;
}
}
@@ -691,7 +690,6 @@ if [ IsOptionalHaikuImagePackageAdded LibXML2 ] {
InstallOptionalHaikuImagePackage libxml2-2.7.7-r1a2-x86-gcc2-2010-04-22.zip
: $(baseURL)/libxml2-2.7.7-r1a2-x86-gcc2-2010-04-22.zip
:
: true
;
}
}
@@ -1022,7 +1020,6 @@ if [ IsOptionalHaikuImagePackageAdded SQLite ] {
InstallOptionalHaikuImagePackage sqlite-3.6.23-r1a2-x86-gcc2-2010-04-22.zip
: $(baseURL)/sqlite-3.6.23-r1a2-x86-gcc2-2010-04-22.zip
:
: true
;
}
}