summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2008-11-02 20:22:54 (GMT)
committerJames Meyer <james.meyer@operamail.com>2008-11-02 20:22:54 (GMT)
commit532096037336792692e4f523535142fb35f00a47 (patch)
treea15c31abb7e2927866e028742f010ef99ee0149f /abs/core-testing/LinHES-system
parent8f59e1249a60dee2ce47178723f5d2150b67ef08 (diff)
downloadlinhes_pkgbuild-532096037336792692e4f523535142fb35f00a47.zip
linhes_pkgbuild-532096037336792692e4f523535142fb35f00a47.tar.gz
linhes_pkgbuild-532096037336792692e4f523535142fb35f00a47.tar.bz2
remove the loop around mythfrontend/mythwelcome
Diffstat (limited to 'abs/core-testing/LinHES-system')
-rw-r--r--abs/core-testing/LinHES-system/LinHES-run11
-rw-r--r--abs/core-testing/LinHES-system/PKGBUILD2
2 files changed, 7 insertions, 6 deletions
diff --git a/abs/core-testing/LinHES-system/LinHES-run b/abs/core-testing/LinHES-system/LinHES-run
index 14028e3..57bbc93 100644
--- a/abs/core-testing/LinHES-system/LinHES-run
+++ b/abs/core-testing/LinHES-system/LinHES-run
@@ -50,11 +50,12 @@ echo "====================================================================="
echo "Starting $STARTCMD"
-while [ x = x ]
-do
+# while [ x = x ]
+# do
if [ -f /tmp/nomfe ]
then
- sleep 120
+# sleep 120
+ exit 0
else
if [ -f /tmp/debug ]
then
@@ -71,6 +72,6 @@ do
$STARTCMD 2>&1
fi
fi
-echo "_______________________________________________________"
-done
+# echo "_______________________________________________________"
+# done
diff --git a/abs/core-testing/LinHES-system/PKGBUILD b/abs/core-testing/LinHES-system/PKGBUILD
index 433b44c..4e2a952 100644
--- a/abs/core-testing/LinHES-system/PKGBUILD
+++ b/abs/core-testing/LinHES-system/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-system
pkgver=1.0
-pkgrel=4
+pkgrel=5
arch=('i686')
MVDIR=$startdir/pkg/usr/LH
BINDIR=$startdir/pkg/usr/bin