Skip to content

Commit

Permalink
Size wasn't good enough to avoid conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
  • Loading branch information
anestisb committed Dec 24, 2017
1 parent edf65df commit b060100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-vendor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ gen_standalone_symlinks() {
elif [[ "$link" == *lib/*.so ]]; then
pkgName="$(basename "$link" .so)_32.so__$(basename "$dst")"
else
pkgName="$(basename "$link")__$(basename "$dst")__${#dst}"
pkgName="$(basename "$link")__$(basename "$dst")__$cnt"
fi
pkgs_SSLinks+=("$pkgName")

Expand Down

0 comments on commit b060100

Please sign in to comment.