diff options
author | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-24 23:15:21 +0000 |
commit | 299e917c17619f800f0c21cf43209065b608223f (patch) | |
tree | e175a7bbdb5d933670f10b09f1cc52ece45ced87 /community/netbrake | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Fri Feb 24 23:15:21 UTC 2012
Diffstat (limited to 'community/netbrake')
-rw-r--r-- | community/netbrake/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/netbrake/PKGBUILD b/community/netbrake/PKGBUILD index 3b2e4d053..3eb1bf9cd 100644 --- a/community/netbrake/PKGBUILD +++ b/community/netbrake/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 17605 2010-05-24 15:33:54Z spupykin $ +# $Id: PKGBUILD 66250 2012-02-23 05:21:40Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Zsolt Varadi <sysop_xxl@fibermail.hu> pkgname=netbrake pkgver=0.2 -pkgrel=3 +pkgrel=4 pkgdesc="Netbrake is an utility to limit the bandwidth used by a process" arch=(i686 x86_64) url="http://www.hping.org/netbrake/" @@ -29,7 +29,7 @@ build() { cp netbrake.h.in netbrake.h sed -i -e 's|#define LIBPATH "@LIBPATH@"|#define LIBPATH "/usr/lib"|g' netbrake.h - make || return 1 + make mkdir -p $pkgdir/usr/bin mkdir -p $pkgdir/usr/lib |