summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-05-29 11:49:09 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-05-29 11:50:11 (EDT)
commitdc0ffafa69e58903066c61eba774c5ebdbcdf9c7 (patch)
tree6312142511b8e8c88d883ff9b18a3617ddf96772
parent3913b633b8f5416bde76ab731b3a38671eaeffc8 (diff)
build: Move <asm/*.h> headers into host-arch dir.
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 0200511..aa100f0 100755
--- a/build
+++ b/build
@@ -10,5 +10,7 @@ install:
\( -name .install -o -name ..install.cmd \
-o -name .check -o -name ..check.cmd \) \
-a -exec rm -f '{}' ';'
+ mkdir dest/usr/include/$(OPK_HOST_ARCH)
+ mv dest/usr/include/asm dest/usr/include/$(OPK_HOST_ARCH)/asm
oh-installfiles
oh-fixperms