summaryrefslogtreecommitdiffstats
path: root/abs/core/balance
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2014-02-16 23:36:53 (GMT)
committerJames Meyer <james.meyer@operamail.com>2014-02-19 19:03:02 (GMT)
commit04e5bb0a24fe11091d7966d7260604c91de7bc74 (patch)
tree0335b93d37a70b533ec3bce71ffe9fb56dd62451 /abs/core/balance
parent0c4c167e2147686b8386fdc63ae8344b5a62bd72 (diff)
downloadlinhes_pkgbuild-04e5bb0a24fe11091d7966d7260604c91de7bc74.zip
linhes_pkgbuild-04e5bb0a24fe11091d7966d7260604c91de7bc74.tar.gz
linhes_pkgbuild-04e5bb0a24fe11091d7966d7260604c91de7bc74.tar.bz2
balance: binary move to /usr/bin
Diffstat (limited to 'abs/core/balance')
-rw-r--r--abs/core/balance/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/balance/PKGBUILD b/abs/core/balance/PKGBUILD
index dca8733..227d01a 100644
--- a/abs/core/balance/PKGBUILD
+++ b/abs/core/balance/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=balance
pkgver=3.54
-pkgrel=1
+pkgrel=2
pkgdesc="Balance is our (still) suprisingly successful load balancing solution being a simple but powerful generic tcp proxy with round robin load balancing and failover "
arch=('i686' 'x86_64')
url="http://www.inlab.de/balance.html"
@@ -10,7 +10,7 @@ source=(http://www.inlab.de/$pkgname-$pkgver.tar.gz)
build() {
cd $srcdir/$pkgname-$pkgver
make
- install -o root -g root -Dm755 balance ${pkgdir}/usr/sbin/balance
+ install -o root -g root -Dm755 balance ${pkgdir}/usr/bin/balance
# install -o root -g root -Dm755 balance.1 ${pkgdir}/usr/share/man/man1/balance1
}
md5sums=('99854615cc58ceb2c5bbf29e35d18018')