summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/install_headers.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/install_headers.sh b/scripts/install_headers.sh
new file mode 100755
index 0000000..213d9d5
--- /dev/null
+++ b/scripts/install_headers.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+SYSROOT="/opt/aleksa"
+SYSROOT_INCLUDE=$SYSROOT/usr/include/
+
+rsync src/include/ "$SYSROOT_INCLUDE" -ru --delete