Skip to content
Snippets Groups Projects
Commit cd2b472f authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Fixed linux-headers install path

parent 7c5ce2bb
No related branches found
No related tags found
No related merge requests found
......@@ -15,5 +15,5 @@ builds:
install: |
(@= make @) -C $BUILD_DIR \
ARCH=(@= arch_name @) \
INSTALL_HDR_PATH="$TMP_ROOT/(@= triple @)/usr" headers_install
INSTALL_HDR_PATH="${DESTDIR}${ORCHESTRA_ROOT}/(@= triple @)/usr" headers_install
#@ end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment