Skip to content

Commit

Permalink
fix typo in builder core
Browse files Browse the repository at this point in the history
Fix line with a / at the beginning which causes a syntax error.
  • Loading branch information
rkitover committed Sep 5, 2018
1 parent dcd7d5e commit d1c82ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/builder/core.sh
Expand Up @@ -1625,7 +1625,7 @@ install_dist() {
if [ -n "$platf_dir" ] && [ -d "$platf_dir" ]; then
if [ -d "$platf_dir/pkgconfig" ]; then
sed -i.bak "s,lib/$target_platform,lib,g" "$platf_dir/pkgconfig"/*.pc
/ rm -f "$platf_dir/pkgconfig"/*.pc.bak
rm -f "$platf_dir/pkgconfig"/*.pc.bak
fi

mkdir -p "$dest_lib_dir"
Expand Down

0 comments on commit d1c82ca

Please sign in to comment.