From 11484c032f8c236b2044e715a9a3b28e33f65598 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Feb 2012 23:15:21 +0000 Subject: Mon Feb 20 23:15:21 UTC 2012 --- community/cutter/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'community/cutter') diff --git a/community/cutter/PKGBUILD b/community/cutter/PKGBUILD index e48ce17d4..b59a652f7 100644 --- a/community/cutter/PKGBUILD +++ b/community/cutter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17382 2010-05-24 09:44:48Z spupykin $ +# $Id: PKGBUILD 65098 2012-02-20 03:38:53Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sergej Pupykin pkgname=cutter pkgver=1.03 -pkgrel=3 +pkgrel=4 pkgdesc="TCP/IP Connection cutting on Linux Firewalls and Routers" arch=('i686' 'x86_64') url="http://www.lowth.com/cutter/" @@ -14,7 +14,7 @@ source=(http://www.lowth.com/cutter/software/cutter-$pkgver.tgz) md5sums=('50093db9b64277643969ee75b83ebbd1') build() { - cd $startdir/src/$pkgname-$pkgver - make || return 1 - install -D -m 0755 ./cutter $startdir/pkg/usr/bin/tcp-cutter + cd $srcdir/$pkgname-$pkgver + make + install -D -m 0755 ./cutter $pkgdir/usr/bin/tcp-cutter } -- cgit v1.2.3-54-g00ecf