summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-system
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-23 22:12:27 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-23 22:12:27 (GMT)
commit3387bcc0501deb0ef5957f381aa6913ce0dd4d1e (patch)
tree75922c6965332c05bd0faffe8c8d2e9cdf7c0a1f /abs/mv-core/MythVantage-system
parent577c09bc1ea57e3fc5fe459ad91aafa4412b2297 (diff)
downloadlinhes_pkgbuild-3387bcc0501deb0ef5957f381aa6913ce0dd4d1e.zip
linhes_pkgbuild-3387bcc0501deb0ef5957f381aa6913ce0dd4d1e.tar.gz
linhes_pkgbuild-3387bcc0501deb0ef5957f381aa6913ce0dd4d1e.tar.bz2
update mv scripts for /usr
Diffstat (limited to 'abs/mv-core/MythVantage-system')
-rw-r--r--abs/mv-core/MythVantage-system/PKGBUILD2
-rw-r--r--abs/mv-core/MythVantage-system/initial_db_run2
-rwxr-xr-xabs/mv-core/MythVantage-system/startfrontend10
3 files changed, 7 insertions, 7 deletions
diff --git a/abs/mv-core/MythVantage-system/PKGBUILD b/abs/mv-core/MythVantage-system/PKGBUILD
index 6a10b71..710d5f8 100644
--- a/abs/mv-core/MythVantage-system/PKGBUILD
+++ b/abs/mv-core/MythVantage-system/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=MythVantage-system
pkgver=1.0
-pkgrel=2
+pkgrel=3
arch=('i686')
MVDIR=$startdir/pkg/usr/MythVantage
BINDIR=$startdir/pkg/usr/bin
diff --git a/abs/mv-core/MythVantage-system/initial_db_run b/abs/mv-core/MythVantage-system/initial_db_run
index 0824c60..edc3784 100644
--- a/abs/mv-core/MythVantage-system/initial_db_run
+++ b/abs/mv-core/MythVantage-system/initial_db_run
@@ -15,7 +15,7 @@ then
echo "Do not remove this file. This file is used to determine if mythfilldatabase needs to run before starting mythbackend" > /var/log/mfdb.first.log
- /usr/local/bin/mythfilldatabase 2>&1 >> /var/log/mfdb.first.log
+ /usr/bin/mythfilldatabase 2>&1 >> /var/log/mfdb.first.log
echo $? >> /var/log/mfdb.first.log
fi
diff --git a/abs/mv-core/MythVantage-system/startfrontend b/abs/mv-core/MythVantage-system/startfrontend
index ba22900..3e994aa 100755
--- a/abs/mv-core/MythVantage-system/startfrontend
+++ b/abs/mv-core/MythVantage-system/startfrontend
@@ -38,7 +38,7 @@ keylaunch &
/usr/bin/tilda &
/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents &
/usr/bin/xvattr -a XV_COLORKEY -v 0
-/usr/local/bin/mtd &
+/usr/bin/mtd &
/usr/bin/nvidia-settings -l
/usr/bin/nvidia-settings -a InitialPixmapPlacement=2
@@ -98,7 +98,7 @@ then
if [ ! $STATUS = 2 ]
then
/usr/bin/backend_control.sh stop BE 127.0.0.1
- /usr/local/bin/mythtv-setup
+ /usr/bin/mythtv-setup
/usr/bin/backend_control.sh start BE 127.0.0.1
fi
touch ~/.configured
@@ -111,9 +111,9 @@ fi
if [ x"$UseMythWelcome" = "x1" ]
then
- STARTCMD="/usr/local/bin/mythwelcome"
+ STARTCMD="/usr/bin/mythwelcome"
else
- STARTCMD="/usr/local/bin/mythfrontend -d"
+ STARTCMD="/usr/bin/mythfrontend -d"
fi
echo "====================================================================="
@@ -131,7 +131,7 @@ do
then
echo "using gbd/debug"
- gdb /usr/local/bin/mythfrontend -x $MV_ROOT/mfegdbcommands.txt
+ gdb /usr/bin/mythfrontend -x $MV_ROOT/mfegdbcommands.txt
bash -c "osdClient.pl localhost 5000 'Restart: mdb.txt.mythfrontend:::SYS' "&
mv gdb.txt gdb.txt.mythfrontend
sleep 10