From d864447519b2f5dc1e86720fbb006479d8177274 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 28 Oct 2005 22:42:58 +0000 Subject: [PATCH] setup script update svn path=/trunk/boinc/; revision=8769 --- sea/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sea/Makefile.am b/sea/Makefile.am index 8cf7794ee6..5d17fd7917 100644 --- a/sea/Makefile.am +++ b/sea/Makefile.am @@ -63,14 +63,18 @@ BOINC_debug/boincmgr.8x8.png: boincmgr.8x8.png BOINC/binstall.sh: BOINC Makefile echo 'cd BOINC &&\ echo "cd \"$$PWD\" && exec ./boinc \$$@" > run_client &&\ + echo "cd \"$$PWD\" && exec ./boincmgr \$$@" > run_manager &&\ chmod +x run_client &&\ - echo now run $$PWD/run_client to run the client and $$PWD/boincmgr to run the GUI' > BOINC/binstall.sh + chmod +x run_manager &&\ + echo now run $$PWD/run_client to run the client and $$PWD/run_manager to run the GUI' > BOINC/binstall.sh BOINC_debug/binstall.sh: BOINC_debug Makefile echo 'cd BOINC_debug &&\ echo "cd \"$$PWD\" && exec ./boinc.unmodified \$$@" > run_client &&\ + echo "cd \"$$PWD\" && exec ./boincmgr.unmodified \$$@" > run_manager &&\ chmod +x run_client &&\ - echo now run $$PWD/run_client to run the client and $$PWD/boincmgr.unmodified to run the GUI' > BOINC_debug/binstall.sh + chmod +x run_manager &&\ + echo now run $$PWD/run_client to run the client and $$PWD/run_manager to run the GUI' > BOINC_debug/binstall.sh BOINC: mkdir -p BOINC