Skip to content
Snippets Groups Projects
Commit 95ecc782 authored by Olivier Stasse's avatar Olivier Stasse Committed by Matthieu Herrb
Browse files

[wip/sot-hrprtc-hrp2] Fix post-install script

parent 77df647d
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ case $2 in
if ${TEST} -f ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/rtc-stack-of-tasks-comp; then
ln -sf ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/rtc-stack-of-tasks-comp /opt/grx/HRP2LAAS/bin/rtc-stack-of-tasks-comp
fi
mkdir -p /opt/grx/HRP2LAAS/bin/RtcStackOfTasksComp
if ${TEST} -f ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/RtcStackOfTasksComp/rtc.conf; then
ln -sf ${PKG_PREFIX}/share/${LOCALPKGNAME}/HRP2LAAS/bin/RtcStackOfTasksComp/rtc.conf /opt/grx/HRP2LAAS/bin/RtcStackOfTasksComp/rtc.conf
fi
......
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