diff options
author | James Meyer <james.meyer@operamail.com> | 2008-12-01 05:08:03 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-12-01 05:08:03 (GMT) |
commit | e8efa7348d5849656b3f3c51c6ae9c2b4089053e (patch) | |
tree | 859680a8e67a2b49edbd8ae3da25e831870bcfe6 /abs/core-testing/LinHES-config | |
parent | 982eaa1f1285ed3cb1022ec9520d1d6387b62e64 (diff) | |
download | linhes_pkgbuild-e8efa7348d5849656b3f3c51c6ae9c2b4089053e.zip linhes_pkgbuild-e8efa7348d5849656b3f3c51c6ae9c2b4089053e.tar.gz linhes_pkgbuild-e8efa7348d5849656b3f3c51c6ae9c2b4089053e.tar.bz2 |
correction for the dvico test.
Diffstat (limited to 'abs/core-testing/LinHES-config')
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 4 | ||||
-rwxr-xr-x | abs/core-testing/LinHES-config/install_functions.sh | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 86a3181..10f0604 100755 --- a/abs/core-testing/LinHES-config/PKGBUILD +++ b/abs/core-testing/LinHES-config/PKGBUILD @@ -1,9 +1,9 @@ pkgname=LinHES-config pkgver=1.0 -pkgrel=52 +pkgrel=54 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 hwd) +depends=(bc libstatgrab mysql-python expect curl dnsutils parted sg3_utils nmbscan ) arch=('i686') source=(mythinstall.bin myth_user_call file_time_offset.py install-ui.xml install_proxy.sh install_functions.sh systemconfig.sh install_db_chroot.sh restore_default_settings.sh xconfig.sh timezip.py soundconfig.sh LinHES-release issue MythVantage.sh create_master.sh build_diskless.sh networkconfig.sh timezone.bin autocard.py restore_km_db_chroot.sh) diff --git a/abs/core-testing/LinHES-config/install_functions.sh b/abs/core-testing/LinHES-config/install_functions.sh index 07bc4fa..3e7f8f8 100755 --- a/abs/core-testing/LinHES-config/install_functions.sh +++ b/abs/core-testing/LinHES-config/install_functions.sh @@ -47,8 +47,8 @@ function setupremote { [ -e /etc/lircrc ] && chmod 755 /etc/lircrc update_db_settings HostRemoteType "$Remotetype" #special case for special remote - echo "Starting with support for $Remotype" - if [ x$Remotetype = "dvico" ] + echo "Starting with support for $Remotetype" + if [ x$Remotetype = "xdvico" ] then /usr/sbin/lircd -d /dev/usb/hiddev0 else |