From e2d6af387dc3f91e920a867e948d1255710f3604 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sat, 07 Jul 2007 18:39:41 +0000 Subject: launcher: restart opie from OPIE_BINDIR --- diff --git a/core/launcher/serverapp.cpp b/core/launcher/serverapp.cpp index 0e92040..b933340 100644 --- a/core/launcher/serverapp.cpp +++ b/core/launcher/serverapp.cpp @@ -763,6 +763,7 @@ void ServerApplication::restart() for ( int fd = 3; fd < 100; fd++ ) close( fd ); execl( ( qpeDir() + "/bin/qpe" ).local8Bit(), "qpe", NULL ); + execl( OPIE_BINDIR "/qpe", "qpe", NULL ); exit( 1 ); #endif } -- cgit v0.9.0.2