neutrino: fix most hardcoded paths

Origin commit data
------------------
Branch: ni/coolstream
Commit: ffd4daea7c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-03-10 02:01:52 +01:00
parent 7e4e896d8d
commit 921a382447
17 changed files with 27 additions and 25 deletions

View File

@@ -1692,7 +1692,7 @@ void CEitThread::beforeSleep()
messaging_zap_detected = false;
unlockMessaging();
if(notify_complete)
system("/var/tuxbox/config/epgdone.sh");
system(CONFIGDIR "/epgdone.sh");
}
/********************************************************************************/