diff options
author | root <root@rshg054.dnsready.net> | 2012-05-25 00:02:35 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-25 00:02:35 +0000 |
commit | aa30737839de3c2a4a1287442cb9859414fb4b0a (patch) | |
tree | fe7dabc8a40d713b7b0a781023fe64e03e728bb5 /community/cutter | |
parent | 6553825d7281900890db91a21ac601d7aee9c55e (diff) |
Fri May 25 00:02:35 UTC 2012
Diffstat (limited to 'community/cutter')
-rw-r--r-- | community/cutter/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD index b59a652f7..80c13857f 100644 --- a/community/cutter/PKGBUILD +++ b/community/cutter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 65098 2012-02-20 03:38:53Z spupykin $ +# $Id: PKGBUILD 71088 2012-05-23 18:06:28Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=cutter pkgver=1.03 -pkgrel=4 +pkgrel=5 pkgdesc="TCP/IP Connection cutting on Linux Firewalls and Routers" arch=('i686' 'x86_64') url="http://www.lowth.com/cutter/" @@ -15,6 +15,7 @@ md5sums=('50093db9b64277643969ee75b83ebbd1') build() { cd $srcdir/$pkgname-$pkgver + sed -i 's|/proc/net/ip_conntrack|/proc/net/nf_conntrack|g' cutter.c make install -D -m 0755 ./cutter $pkgdir/usr/bin/tcp-cutter } |