Updated ruby to a build which has support for readline. Commented out the symlink for friss until it gets figured out

and fixed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41871 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Scott McCreary 2011-06-02 16:08:15 +00:00
parent 464e0351d3
commit b6478330e3
1 changed files with 3 additions and 3 deletions

View File

@ -796,8 +796,8 @@ if [ IsOptionalHaikuImagePackageAdded friss ] {
friss-24-r1a3-x86-gcc2-2011-05-31.zip
: $(baseURL)/friss-24-r1a3-x86-gcc2-2011-05-31.zip ;
}
AddSymlinkToHaikuImage home config be Desktop\ applets
: /boot/apps/FRiSS/FRiSS ;
# AddSymlinkToHaikuImage home config be Desktop\ applets
# : /boot/apps/FRiSS/FRiSS ;
}
}
@ -1439,7 +1439,7 @@ if [ IsOptionalHaikuImagePackageAdded Ruby ] {
} else {
InstallOptionalHaikuImagePackage
ruby-1.9.1-r1a3-x86-gcc2-2011-05-31.zip
: $(baseURL)/ruby-1.9.1-r1a3-x86-gcc2-2011-05-31.zip ;
: $(baseURL)/ruby-1.9.1-r1a3-x86-gcc2-2011-06-01.zip ;
}
}