mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-18 20:38:39 +01:00
* Forgot to create the "current" symlink (and add it to the archive - not yet
tested). * Use -n for links to directories in case the target already exists. git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@38353 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b67ffd4be8
commit
708c82b146
@ -85,7 +85,7 @@ fi
|
||||
echo "Install C++ includes and library"
|
||||
|
||||
rm -rf $base/include/g++
|
||||
ln -sf /boot/develop/headers/cpp $base/include/g++
|
||||
ln -snf /boot/develop/headers/cpp $base/include/g++
|
||||
ln -sf /system/lib/libstdc++.r4.so $base/lib/
|
||||
|
||||
|
||||
@ -104,6 +104,10 @@ cd /boot
|
||||
rm -f $zip_name
|
||||
zip -yr $zip_name $base
|
||||
|
||||
current_name=develop/abi/x86/gcc2/tools/current
|
||||
ln -snf gcc-2.95.3-haiku-$GCCDATE $current_name
|
||||
zip -yr $zip_name $current_name
|
||||
|
||||
|
||||
### optional package description ##########################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user