diff options
author | James Meyer <james.meyer@operamail.com> | 2009-01-08 17:14:10 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2009-01-08 17:14:10 (GMT) |
commit | 8aaf1c6cb3aca9ee0c95b9b5464c6fa40587e56b (patch) | |
tree | 05d5b4bce5dbf739b7a0c4b88eadede33cbc6d8d | |
parent | 6eb0dfa50945f3af9d2da2171b43e71a32600cd2 (diff) | |
download | linhes_pkgbuild-8aaf1c6cb3aca9ee0c95b9b5464c6fa40587e56b.zip linhes_pkgbuild-8aaf1c6cb3aca9ee0c95b9b5464c6fa40587e56b.tar.gz linhes_pkgbuild-8aaf1c6cb3aca9ee0c95b9b5464c6fa40587e56b.tar.bz2 |
new mythvantage.app that places locks around the install buttons.
This will prevent to installs from running at the same time.
closes FS#81
-rwxr-xr-x | abs/core-testing/LinHES-config/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core-testing/LinHES-config/PKGBUILD b/abs/core-testing/LinHES-config/PKGBUILD index 1e2ede9..aac97cc 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=153 +pkgrel=154 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 ) |