Skip to content
Snippets Groups Projects
Commit e1ca413f authored by Florian Franzen's avatar Florian Franzen
Browse files

Link to correct binary in linux setup script

parent 65d1c4ba
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ PROC_DIR=${BUILD_HOME%/*/*}
make -j4
if [ $? -eq 0 ]; then
sudo ln -s -f $BUILD_HOME/build/open-ephys /usr/bin/.
sudo ln -s -f $BUILD_HOME/build/open-ephys.so /usr/bin/open-ephys
echo "-----> GUI compile successful."
else
echo "-----> GUI compile failed."
......
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