mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 21:29:43 +02:00
Fix build when libopk is not present.
This commit is contained in:
parent
f6c19d0aa1
commit
ef18841eb1
@ -516,8 +516,10 @@ void LinkApp::launch(const string &selectedFile, const string &selectedDir) {
|
||||
if (gmenu2x->confInt["outputLogs"])
|
||||
command += " &> " + cmdclean(gmenu2x->getHome()) + "/log.txt";
|
||||
#endif
|
||||
#ifdef HAVE_LIBOPK
|
||||
if (isOPK)
|
||||
command += " ; umount -l " + opkMount;
|
||||
#endif
|
||||
if (dontleave) {
|
||||
system(command.c_str());
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user