summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mtr-cli/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/mtr-cli/PKGBUILD b/mtr-cli/PKGBUILD
index 6003066..34050d7 100644
--- a/mtr-cli/PKGBUILD
+++ b/mtr-cli/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id$
-# Maintainer: Douglas Soares de Andrade <douglas@archlinux.org>
+# Contributor: Florian "Bluewind" Pritz <flo@xssn.at>
+# Contributor: Douglas Soares de Andrade <douglas@archlinux.org>
pkgname=mtr-cli
pkgver=0.78
-pkgrel=1
+pkgrel=2
pkgdesc="Combines the functionality of traceroute and ping into one tool"
arch=('i686' 'x86_64')
license=('GPL')
@@ -16,7 +16,7 @@ build() {
cd "${srcdir}/mtr-${pkgver}"
./configure --disable-gtktest --without-gtk
make || return 1
- install -Dm755 mtr "$pkgdir/usr/bin/mtr"
+ install -Dm4755 mtr "$pkgdir/usr/bin/mtr"
install -Dm644 mtr.8 "$pkgdir/usr/share/man/man8/mtr.8"
}
md5sums=('db94fa4929007c0389fefba945b850c7'