Temporarily symlink m4 and perl to their new locations until the other dev packages are updated. This unbreaks bison and a few other things.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28510 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
02c774cbd2
commit
c068350a89
@ -241,6 +241,8 @@ if [ IsOptionalHaikuImagePackageAdded Development ]
|
||||
: $(baseURL)/m4-1.4.12-gcc2-2008-11-04.zip
|
||||
:
|
||||
;
|
||||
AddSymlinkToHaikuImage bin : /boot/common/bin/m4 : m4 ;
|
||||
|
||||
InstallOptionalHaikuImagePackage autoconf-2.61-gcc2-2008-03-24
|
||||
: $(baseURL)/autoconf-2.61-gcc2-2008-03-24.zip
|
||||
: home
|
||||
@ -412,6 +414,8 @@ if [ IsOptionalHaikuImagePackageAdded Perl ] {
|
||||
: $(baseURL)/perl-5.10.0-gcc2-2008-10-29.zip
|
||||
:
|
||||
;
|
||||
AddSymlinkToHaikuImage bin : /boot/common/bin/perl : perl ;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user