Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d27db7cf authored by Robert Nelson's avatar Robert Nelson
Browse files

elinux: dont build rcpy/pyctrl


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent f986fc1c
Branches
Tags
No related merge requests found
...@@ -118,22 +118,10 @@ install_git_repos () { ...@@ -118,22 +118,10 @@ install_git_repos () {
git_repo="https://github.com/mcdeoliveira/rcpy" git_repo="https://github.com/mcdeoliveira/rcpy"
git_target_dir="/opt/source/rcpy" git_target_dir="/opt/source/rcpy"
git_clone git_clone
if [ -f ${git_target_dir}/.git/config ] ; then
cd ${git_target_dir}/
if [ -f /usr/bin/python3 ] ; then
/usr/bin/python3 setup.py install
fi
fi
git_repo="https://github.com/mcdeoliveira/pyctrl" git_repo="https://github.com/mcdeoliveira/pyctrl"
git_target_dir="/opt/source/pyctrl" git_target_dir="/opt/source/pyctrl"
git_clone git_clone
if [ -f ${git_target_dir}/.git/config ] ; then
cd ${git_target_dir}/
if [ -f /usr/bin/python3 ] ; then
/usr/bin/python3 setup.py install
fi
fi
git_repo="https://github.com/mvduin/py-uio" git_repo="https://github.com/mvduin/py-uio"
git_target_dir="/opt/source/py-uio" git_target_dir="/opt/source/py-uio"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment