X-Git-Url: http://code.vuplus.com/gitweb/?a=blobdiff_plain;f=tools%2Fenigma2.sh.in;h=2f9292a444126644e1bedde84717c0a0d6178e8f;hb=d9b25e3e09995a05ffdc1ef9f37e54beee77505c;hp=5914c3f87036e7cffceb8153332c4977427bec0a;hpb=47eb827c45c6c8637418b64480d518d8553e4ee9;p=vuplus_dvbapp diff --git a/tools/enigma2.sh.in b/tools/enigma2.sh.in index 5914c3f..2f9292a 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