Try to fix gcc2 build

git_svn needs alien_svn, but we don't include this in the build repos.
Remove it from the preinstalled software, it is available in the depot
if people need it.
This commit is contained in:
Adrien Destugues 2018-05-07 13:31:49 +02:00
parent 630e3f1410
commit 58ce50d3a5
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ if [ IsOptionalHaikuImagePackageAdded FFMpeg-devel ] {
# Git
if [ IsOptionalHaikuImagePackageAdded Git ] {
AddHaikuImagePackages git git_arch git_daemon git_email git_svn ;
AddHaikuImagePackages git git_arch git_daemon git_email ;
}