diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-19 21:15:12 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-19 21:15:12 +0000 |
commit | 5f0478f348586876427fb91919e4b6fa13489d00 (patch) | |
tree | 94d13b0d7a7025cd96311e14883021e886174443 /x11-plugins | |
parent | Bump to correct versioning scheme and keyword ~amd64. (diff) | |
download | gentoo-2-5f0478f348586876427fb91919e4b6fa13489d00.tar.gz gentoo-2-5f0478f348586876427fb91919e4b6fa13489d00.tar.bz2 gentoo-2-5f0478f348586876427fb91919e4b6fa13489d00.zip |
better chmod
(Portage version: 2.1.4)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild b/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild index cd05e541f1b9..6c0709e05c51 100644 --- a/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild +++ b/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild,v 1.1 2008/01/19 21:12:04 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnetmon/wmnetmon-0.2_p5.ebuild,v 1.2 2008/01/19 21:15:12 drac Exp $ EAPI=1 @@ -32,7 +32,7 @@ src_compile() { src_install() { if use suid; then dobin ${PN} - fperms +s /usr/bin/${PN} + fperms 4755 /usr/bin/${PN} else dosbin ${PN} fi |