summaryrefslogtreecommitdiff
path: root/extra/mtr
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-31 06:21:03 -0700
committerroot <root@rshg054.dnsready.net>2013-05-31 06:21:03 -0700
commit7e7561a9640d0e1f54288a391239feb6bd691b56 (patch)
treed3b51b006a1133ace68d149692d9bd9fb3f981a9 /extra/mtr
parent94a3b302f520438e919ef8706ce9cf42ad7c2e11 (diff)
Fri May 31 06:21:01 PDT 2013
Diffstat (limited to 'extra/mtr')
-rw-r--r--extra/mtr/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/mtr/PKGBUILD b/extra/mtr/PKGBUILD
index 48c359a20..322bb94e6 100644
--- a/extra/mtr/PKGBUILD
+++ b/extra/mtr/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 182370 2013-04-09 18:07:19Z ioni $
+# $Id: PKGBUILD 186756 2013-05-31 04:03:04Z foutrelis $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgbase=mtr
pkgname=(mtr mtr-gtk)
pkgver=0.84
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
license=('GPL')
makedepends=('ncurses' 'gtk2')
@@ -16,11 +16,11 @@ md5sums=('df61096ae1b18b27f915feeb907ae48c')
build() {
cp -r $pkgbase-$pkgver $pkgbase-cli
cd mtr-cli
- ./configure --prefix=/usr --without-gtk
+ ./configure --prefix=/usr --without-gtk --sbindir=/usr/bin
make
cd "$srcdir/$pkgbase-$pkgver"
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --sbindir=/usr/bin
make
}