neutrino: fix most hardcoded paths

Origin commit data
------------------
Commit: ffd4daea7c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-03-10 (Sun, 10 Mar 2013)
This commit is contained in:
Stefan Seyfried
2013-03-10 02:01:52 +01:00
parent 369ffd705e
commit d3531638eb
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");
}
/********************************************************************************/