mirror of
https://github.com/yann64/haikuports.git
synced 2026-03-19 01:46:00 +01:00
qtwebengine: check whether src/3rdparty is a symlink
before creating it
This commit is contained in:
@@ -150,7 +150,10 @@ TEST_REQUIRES="
|
||||
|
||||
BUILD()
|
||||
{
|
||||
ln -srf $sourceDir2 src/3rdparty
|
||||
if [ ! -L src/3rdparty ]; then
|
||||
rmdir src/3rdparty
|
||||
ln -srf $sourceDir2 src/3rdparty
|
||||
fi
|
||||
|
||||
export DISABLE_ASLR=1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user