[arch-commits] Commit in shorewall/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at nymeria.archlinux.org
Sun May 12 07:35:19 UTC 2013
Date: Sunday, May 12, 2013 @ 09:35:19
Author: foutrelis
Revision: 90399
upgpkg: shorewall 4.5.16.1-2
Move binaries to /usr/bin.
Modified:
shorewall/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-12 07:22:16 UTC (rev 90398)
+++ PKGBUILD 2013-05-12 07:35:19 UTC (rev 90399)
@@ -6,7 +6,7 @@
pkgname=('shorewall' 'shorewall6' 'shorewall-core')
pkgver=4.5.16.1
-pkgrel=1
+pkgrel=2
arch=('any')
url="http://www.shorewall.net/"
license=('GPL')
@@ -20,7 +20,7 @@
build() {
for product in shorewall{,6,-core}; do
pushd "$srcdir/$product-$pkgver"
- ./configure
+ ./configure SBINDIR=/usr/bin
popd
done
}
More information about the arch-commits
mailing list