Skip to content
Snippets Groups Projects
Commit 398deb13 authored by Anjan Chanda's avatar Anjan Chanda
Browse files

ci: fix install dependency script

parent d63c7f86
No related branches found
No related tags found
No related merge requests found
Pipeline #122787 failed
...@@ -26,7 +26,7 @@ exec_cmd git clone -b devel https://dev.iopsys.eu/iopsys/libeasy.git ...@@ -26,7 +26,7 @@ exec_cmd git clone -b devel https://dev.iopsys.eu/iopsys/libeasy.git
cd libeasy cd libeasy
exec_cmd make CFLAGS+="-I/usr/include/libnl3" exec_cmd make CFLAGS+="-I/usr/include/libnl3"
exec_cmd cp -a libeasy*.so* /usr/lib exec_cmd cp -a libeasy*.so* /usr/lib
exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h /usr/include/easy/ exec_cmd cp -a easy.h event.h utils.h if_utils.h debug.h hlist.h bufutil.h cryptutil.h ecc_cryptutil.h /usr/include/easy/
cd /opt/dev cd /opt/dev
rm -fr libwifi rm -fr libwifi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment