Skip to content

Commit dca7df1

Browse files
authored
hardlink instead of symlink when deploying webkit2gtk (#64)
1 parent 1f92b6c commit dca7df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib4bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ if [[ ! -d "$WRAPPE_DIR" || "$WITH_PYTHON" == 1 ]]
10641064
then
10651065
try_mkdir "$bin_dir_pth"
10661066
try_mv "$bin_to_wrap" "$bin_dir_pth"
1067-
ln $varg -sr "$dst_dir/sharun" "$dst_webkit_lib_dir/$(basename "$bin_to_wrap")"
1067+
ln $varg "$dst_dir/sharun" "$dst_webkit_lib_dir/$(basename "$bin_to_wrap")"
10681068
fi
10691069
done
10701070
if [ "$(basename "$lib_src_dirname_pth")" != "$lib_dir" ]

0 commit comments

Comments
 (0)