diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,10 @@ install: build # These are installed using ob-installdocs: rm -f dest/usr/share/doc/pkgconf/AUTHORS rm -f dest/usr/share/doc/pkgconf/README.md + install -d -m 0755 dest/usr/libexec + # Install cross-building wrapper: + mv dest/usr/bin/pkgconf dest/usr/libexec/pkgconf + install -m 0755 ../pkgconf-wrapper.sh dest/usr/bin/pkgconf oh-fixperms oh-strip oh-installfiles |