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 /extra/ntrack | |
parent | d466ef49f224a9347fe0375eac8126725e10a0a4 (diff) |
Fri Feb 24 23:15:21 UTC 2012
Diffstat (limited to 'extra/ntrack')
-rw-r--r-- | extra/ntrack/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/ntrack/PKGBUILD b/extra/ntrack/PKGBUILD index 7be10f581..160ac938d 100644 --- a/extra/ntrack/PKGBUILD +++ b/extra/ntrack/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 150729 2012-02-21 11:02:40Z andrea $ +# $Id: PKGBUILD 150906 2012-02-23 13:55:25Z allan $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=ntrack @@ -21,7 +21,7 @@ build() { cd "${srcdir}/${pkgname}-0${pkgver}" patch -p1 -i "${srcdir}"/libnl3.patch - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + ./configure --prefix=/usr \ --sysconfdir=/etc \ --localstatedir=/var make |