diff options
author | P. J. McDermott <pjm@nac.net> | 2013-04-04 13:19:52 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-04-04 13:19:52 (EDT) |
commit | 5c1a9410898f6180777dc20553bddcfe47f4c486 (patch) | |
tree | 1c32bda6bb051955ff08fc297355d286d26652e2 | |
parent | 83d746f79e61b214b60c4a293bbfb24018cc6ef2 (diff) |
build: Fix the file mode of the ELF interpreter.
-rwxr-xr-x | build | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -115,6 +115,9 @@ install-locales: build-locales install: install-libc install-locales oh-fixperms oh-strip -k + # oh-fixperms changes the mode of the ELF interpreter, which is one + # shared object that must be executable. + chmod a+x 'dest/lib/$(OPK_HOST_ARCH)/ld-'*.so oh-installfiles clean-libc: |