diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-04 00:42:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-04 00:42:29 +0000 |
commit | 6f10732755c6a0cae0c0f8c1a1fe859ac32b555f (patch) | |
tree | 1b60b76bcf1ac7da7b46fce5e9c03232fb0c755f /net-www | |
parent | Fixes #4007. (diff) | |
download | historical-6f10732755c6a0cae0c0f8c1a1fe859ac32b555f.tar.gz historical-6f10732755c6a0cae0c0f8c1a1fe859ac32b555f.tar.bz2 historical-6f10732755c6a0cae0c0f8c1a1fe859ac32b555f.zip |
small fix0r
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/links/links-2.0.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/net-www/links/links-2.0.ebuild b/net-www/links/links-2.0.ebuild index 5a19841d14f5..9af60c14c275 100644 --- a/net-www/links/links-2.0.ebuild +++ b/net-www/links/links-2.0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Author: Defresne Sylvain (keiichi) <kamisama@free.fr> -# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.0.ebuild,v 1.1 2002/06/11 09:49:25 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.0.ebuild,v 1.2 2002/07/04 00:42:29 seemant Exp $ DESCRIPTION="links is a fast lightweight text tand graphic web-browser" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/" @@ -79,7 +79,13 @@ src_install () insinto /usr/share/pixmaps doins graphics/links.xpm ) - + + + # links needs to be setuid for it to work with svga + use svga && ( \ + fperms 4644 /usr/bin/links + ) + dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README SITES TODO dohtml doc/links_cal/* } |