diff options
-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: |