Skip to content
Snippets Groups Projects
Commit 0b5e78ca authored by Matthieu Herrb's avatar Matthieu Herrb
Browse files

[wip/FRILibrary] fix installation directory creation

parent 6817bd05
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/FRILibrary/KRL
cd ${WRKSRC}/KRL && \
${PAX} -rwp ma . ${PREFIX}/share/FRILibrary/KRL
${INSTALL_DATA_DIR} ${PREFIX}/share/FRILibrary/conf
${INSTALL_DATA_DIR} ${PREFIX}/etc
cd ${WRKSRC}/etc && \
${PAX} -rwp ma . ${PREFIX}/etc
......
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