From cc0827cebd811eab83d091ffde3780e5c0084160 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 15 Apr 2021 10:06:44 +0000 Subject: internals: slbt_create_symlink(): properly handle absolute-path link targets. --- src/logic/slbt_exec_install.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/logic/slbt_exec_install.c') diff --git a/src/logic/slbt_exec_install.c b/src/logic/slbt_exec_install.c index 3429d91..5e5d440 100644 --- a/src/logic/slbt_exec_install.c +++ b/src/logic/slbt_exec_install.c @@ -231,7 +231,7 @@ static int slbt_exec_install_import_libraries( dctx,ectx, implib, hostlnk, - false)) + SLBT_SYMLINK_DEFAULT)) return SLBT_NESTED_ERROR(dctx); return 0; @@ -540,7 +540,7 @@ static int slbt_exec_install_entry( if (slbt_create_symlink( dctx,ectx, target,dlnkname, - false)) + SLBT_SYMLINK_DEFAULT)) return SLBT_NESTED_ERROR(dctx); if (frelease) @@ -602,7 +602,7 @@ static int slbt_exec_install_entry( if (slbt_create_symlink( dctx,ectx, target,dlnkname, - false)) + SLBT_SYMLINK_DEFAULT)) return SLBT_NESTED_ERROR(dctx); } -- cgit v1.2.3