Update of /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17181
Modified Files:
cloptions.cpp
Log Message:
Further help provided after a package's fetch.
Index: cloptions.cpp
===================================================================
RCS file: /cvsroot/compbench/CompBenchmarks++/compbenchmarks-core/cloptions.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** cloptions.cpp 27 May 2007 16:06:19 -0000 1.1
--- cloptions.cpp 30 May 2007 17:09:48 -0000 1.2
***************
*** 742,746 ****
break;
case ActionLLFetch:
! P->Fetch((char*) tarball.c_str(), UO_force);
break;
case ActionLLExtract:
--- 742,748 ----
break;
case ActionLLFetch:
! if (P->Fetch((char*) tarball.c_str(), UO_force)) {
! std::cout << "Done. You can now use -m -I " << P->Name() << " to finish installation." << std::endl;
! }
break;
case ActionLLExtract:
|