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-system/PKGBUILD | |
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-system/PKGBUILD')
-rwxr-xr-x | abs/core/LinHES-system/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-system/PKGBUILD b/abs/core/LinHES-system/PKGBUILD index 2365063..ae165e1 100755 --- a/abs/core/LinHES-system/PKGBUILD +++ b/abs/core/LinHES-system/PKGBUILD @@ -1,6 +1,6 @@ pkgname=LinHES-system pkgver=2 -pkgrel=145 +pkgrel=146 arch=('i686' 'x86_64') MVDIR=$startdir/pkg/usr/LH BINDIR=$startdir/pkg/usr/bin @@ -81,7 +81,7 @@ build() { } -md5sums=('d1f60851cb319921f3b7ad044d6f6332' +md5sums=('08abf577578dd805bab7cd9eba90965a' 'de32a1c50101265dd7f6ca5037f7a26a' 'a875ee97f86e46f34a741c2bc455f894' '76b2637cac0452b3acdbeeb4e8a5474b' |