You need to sign in or sign up before continuing.
Newer
Older
if [ "$DIST" = "archlinux" ]
then echo /opt/openrobots/lib/python2.7/site-packages/ > /usr/lib/python2.7/site-packages/robotpkg.pth
fi
if [ "$DIST" = "centos7" ]
then export LD_LIBRARY_PATH=/usr/local/lib:${LD_LIBRARY_PATH}
fi