summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-02-19 05:22:35 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-02-19 05:22:35 (GMT)
commita6c74e9e0b37d26ba7525d62602b812f7a6db61a (patch)
tree40f070f76eaa4fb2b1d4668457e9eef5058bf805
parentca44dd939e49fd8dbe1058f04e7d1d31826b0c15 (diff)
downloadlinhes_pkgbuild-a6c74e9e0b37d26ba7525d62602b812f7a6db61a.zip
linhes_pkgbuild-a6c74e9e0b37d26ba7525d62602b812f7a6db61a.tar.gz
linhes_pkgbuild-a6c74e9e0b37d26ba7525d62602b812f7a6db61a.tar.bz2
Use /usr/share/sounds/alsa/Front_Center.wav as the test file for playback.
-rwxr-xr-xabs/core-testing/LinHES-config/PKGBUILD2
-rwxr-xr-xabs/core-testing/LinHES-config/soundconfig.sh3
2 files changed, 3 insertions, 2 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD
index cbcdf8d..ebe19fa 100755
--- a/abs/core-testing/LinHES-config/PKGBUILD
+++ b/abs/core-testing/LinHES-config/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=LinHES-config
pkgver=1.0
-pkgrel=268
+pkgrel=269
conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev )
pkgdesc="Install and configure your system"
depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan )
diff --git a/abs/core-testing/LinHES-config/soundconfig.sh b/abs/core-testing/LinHES-config/soundconfig.sh
index 8985a06..75998d6 100755
--- a/abs/core-testing/LinHES-config/soundconfig.sh
+++ b/abs/core-testing/LinHES-config/soundconfig.sh
@@ -6,7 +6,8 @@ echo $@ >/tmp/audio.call
BASE=""
. /etc/profile
#TEMPLATES="/usr/share/templates"
-TESTFILE="$TEMPLATES/audio/space_battle_A.wav"
+#TESTFILE="$TEMPLATES/audio/space_battle_A.wav"
+TESTFILE="/usr/share/sounds/alsa/Front_Center.wav"
OSSinstalled="false"
function testaudio () {