summaryrefslogtreecommitdiff
path: root/scripts/install_headers.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install_headers.sh')
-rwxr-xr-xscripts/install_headers.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/install_headers.sh b/scripts/install_headers.sh
index 213d9d5..8707fa8 100755
--- a/scripts/install_headers.sh
+++ b/scripts/install_headers.sh
@@ -3,4 +3,5 @@
SYSROOT="/opt/aleksa"
SYSROOT_INCLUDE=$SYSROOT/usr/include/
+mkdir -p "$SYSROOT_INCLUDE"
rsync src/include/ "$SYSROOT_INCLUDE" -ru --delete