Updated CVS package courtesy of the HaikuPorts crew - fixes the root user commit problem. Thanks!

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28778 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2008-12-05 04:13:34 +00:00
parent 4f07e62e33
commit a63ebcb3ca

View File

@ -164,8 +164,8 @@ if [ IsOptionalHaikuImagePackageAdded CVS ] {
Echo "No optional package CVS available for gcc4" ;
} else {
local baseURL = http://haiku-files.org/files/optional-packages ;
InstallOptionalHaikuImagePackage cvs-1.12.13-gcc2-2008-11-29
: $(baseURL)/cvs-1.12.13-gcc2-2008-11-29.zip
InstallOptionalHaikuImagePackage cvs-1.12.13-gcc2-2008-12-04
: $(baseURL)/cvs-1.12.13-gcc2-2008-12-04.zip
:
;
}