mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
COPKGManager: lets see user install result in window
This commit is contained in:
@@ -819,7 +819,7 @@ bool COPKGManager::installPackage(const string& pkg_name, string options, bool f
|
|||||||
else{
|
else{
|
||||||
string opts = " " + options + " ";
|
string opts = " " + options + " ";
|
||||||
|
|
||||||
int r = execCmd(pkg_types[OM_INSTALL] + opts + pkg_name, CShellWindow::VERBOSE | CShellWindow::ACKNOWLEDGE_EVENT);
|
int r = execCmd(pkg_types[OM_INSTALL] + opts + pkg_name, CShellWindow::VERBOSE | CShellWindow::ACKNOWLEDGE_EVENT | CShellWindow::ACKNOWLEDGE);
|
||||||
if (r){
|
if (r){
|
||||||
switch(r){
|
switch(r){
|
||||||
case OM_OUT_OF_SPACE_ERR:
|
case OM_OUT_OF_SPACE_ERR:
|
||||||
|
Reference in New Issue
Block a user