summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 13:15:18 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 13:52:57 (EST)
commitcd9dec35a888a9c795bcc31af03ba9089724afd8 (patch)
treea17981518a32e97f7e6caba4105ecda82425c60d /build
parentd0700c80aae39fcab8b151a17a11798d580649b8 (diff)
pkgconf: Install cross-building wrapper
Diffstat (limited to 'build')
-rwxr-xr-xbuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/build b/build
index b9f9cf9..0ec6ff3 100755
--- a/build
+++ b/build
@@ -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