X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/1b1339127ce152097492d899e401e3c6a2438f2c..10f779bd487379e0a9aec80e586c562e2ac71273:/tools/enigma2.sh.in diff --git a/tools/enigma2.sh.in b/tools/enigma2.sh.in index 5914c3f8..2f9292a4 100755 --- a/tools/enigma2.sh.in +++ b/tools/enigma2.sh.in @@ -2,9 +2,10 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ +datarootdir=@datarootdir@ -if [ -x @bindir@/showiframe -a -f /boot/backdrop.mvi ]; then - @bindir@/showiframe /boot/backdrop.mvi +if [ -x @bindir@/showiframe -a -f @datadir@/backdrop.mvi ]; then + @bindir@/showiframe @datadir@/backdrop.mvi fi # hook to execute scripts always before enigma2 start