[arch-commits] Commit in mtr/trunk (PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Fri May 31 04:02:53 UTC 2013


    Date: Friday, May 31, 2013 @ 06:02:53
  Author: foutrelis
Revision: 186755

upgpkg: mtr 0.84-2

Move the mtr binary to /usr/bin.

Modified:
  mtr/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-31 03:40:46 UTC (rev 186754)
+++ PKGBUILD	2013-05-31 04:02:53 UTC (rev 186755)
@@ -5,7 +5,7 @@
 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 @@
 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
 }
 




More information about the arch-commits mailing list