summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-06-07 11:43:49 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-06-07 11:43:49 +0200
commit1be6dc05650573c3ca5975bd44a6f50e9f3fc3fb (patch)
tree64cd989cc1b6a1657759b8572ab3bcde53b9fe2f
parent7b1818455423286723334728360090f283debe1c (diff)
downloadaur-packages-1be6dc05650573c3ca5975bd44a6f50e9f3fc3fb.tar.gz
aur-packages-1be6dc05650573c3ca5975bd44a6f50e9f3fc3fb.tar.xz
mtr-cli: fix setuid
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-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'