Updated the Perl optional package. It's still version 5.10.0, but the

installation has been relocated to /boot/common and socket support is
enabled.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28364 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-10-29 02:31:01 +00:00
parent 162fecef46
commit 7c1db8e668

View File

@ -407,9 +407,9 @@ if [ IsOptionalHaikuImagePackageAdded Perl ] {
Echo "No optional package Perl available for gcc4" ;
} else {
local baseURL = http://haiku-files.org/files/optional-packages ;
InstallOptionalHaikuImagePackage perl-5.10.0-gcc2-2008-03-24
: $(baseURL)/perl-5.10.0-gcc2-2008-03-24.zip
: home
InstallOptionalHaikuImagePackage perl-5.10.0-gcc2-2008-10-29
: $(baseURL)/perl-5.10.0-gcc2-2008-10-29.zip
:
;
}
}