summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2006-04-09 11:27:05 +0000
committerMarkus Ullmann <jokey@gentoo.org>2006-04-09 11:27:05 +0000
commit41057fc3b5439f216d05acf06fd4064f8c0785e9 (patch)
tree1557e01f0760c7a5bc1222750f48f4ffe11e1358 /net-analyzer/netselect/netselect-0.3-r1.ebuild
parentPatched for gcc-4.1 (diff)
downloadhistorical-41057fc3b5439f216d05acf06fd4064f8c0785e9.tar.gz
historical-41057fc3b5439f216d05acf06fd4064f8c0785e9.tar.bz2
historical-41057fc3b5439f216d05acf06fd4064f8c0785e9.zip
Changing fperms wrt bug #129265 and clean up
Package-Manager: portage-2.1_pre7-r3
Diffstat (limited to 'net-analyzer/netselect/netselect-0.3-r1.ebuild')
-rw-r--r--net-analyzer/netselect/netselect-0.3-r1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/netselect/netselect-0.3-r1.ebuild b/net-analyzer/netselect/netselect-0.3-r1.ebuild
index 5a21ad93438a..6a0631486afd 100644
--- a/net-analyzer/netselect/netselect-0.3-r1.ebuild
+++ b/net-analyzer/netselect/netselect-0.3-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.15 2005/12/25 15:04:43 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.16 2006/04/09 11:27:05 jokey Exp $
inherit flag-o-matic
@@ -36,6 +36,6 @@ src_compile() {
src_install () {
dobin netselect || die "dobin failed"
fowners root:wheel /usr/bin/netselect
- fperms 4710 /usr/bin/netselect
+ fperms 4711 /usr/bin/netselect
dodoc ChangeLog HISTORY README*
}