diff options
author | James Meyer <james.meyer@operamail.com> | 2013-02-04 19:48:56 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2013-02-04 19:48:56 (GMT) |
commit | c7564c42181a089ab43bff917007d31f5c4eaaa9 (patch) | |
tree | b921697134b2d88777c284c401bb2e7b269e7397 /abs/core/LinHES-config | |
parent | 84cbbab62b1953d775a1c0dc84461a7329abf204 (diff) | |
download | linhes_pkgbuild-c7564c42181a089ab43bff917007d31f5c4eaaa9.zip linhes_pkgbuild-c7564c42181a089ab43bff917007d31f5c4eaaa9.tar.gz linhes_pkgbuild-c7564c42181a089ab43bff917007d31f5c4eaaa9.tar.bz2 |
LinHES-system: correct the logic for breaking out of the wmctrl loop. As written it would break out of the inner loop..but not the 60 iteration loop.
Diffstat (limited to 'abs/core/LinHES-config')
-rwxr-xr-x | abs/core/LinHES-config/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index cf8ad7f..e1d00c8 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-config pkgver=2.3 -pkgrel=220 +pkgrel=221 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config ) pkgdesc="Install and configure your system" depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted' @@ -159,7 +159,7 @@ md5sums=('32fc2b52809231d75a72492b91eeed74' 'c0549457750c4f8e8038d904a0f3012a' '3d1e3c7315881a109fb089a540d2262c' 'b845de3e05c1734cce4b9ac5e8f1baaf' - '9d0f4f216fa9d4650f759db14c3270db' + '33941466545815c58e8e49190cf04eaa' '8b7dce4a3a0a281fa6656aa8781a648e' 'f7f2dc11d1ba454cd25eeaa133104b62' '824e49d9b01fed295c704ab68908b464' |