Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
libffi: remove useless quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Nov 18, 2019
1 parent d6c59e1 commit d3fb1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/libffi/build
Expand Up @@ -13,5 +13,5 @@ mv "$1/usr/lib/libffi-3.2.1/include/" "$1/usr"
rmdir "$1/usr/lib/libffi-3.2.1"

# Fix location inside pkgconfig file.
sed -i -e '/^includedir=/{s,=.*,=/usr/include,g}' \
sed -i '/^includedir=/{s,=.*,=/usr/include,g}' \
"$1/usr/lib/pkgconfig/libffi.pc"

0 comments on commit d3fb1e8

Please sign in to comment.