diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 01:14:25 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-12 01:14:25 +0000 |
commit | d5c5ef9552f1edde7c52f471c4b37fbcba7a7e17 (patch) | |
tree | f654b2bccfaf97ecc2a97920be8b2a00878ae3f7 /net-www/links | |
parent | I forgot to commit this yesterday, thanks repoman (diff) | |
download | gentoo-2-d5c5ef9552f1edde7c52f471c4b37fbcba7a7e17.tar.gz gentoo-2-d5c5ef9552f1edde7c52f471c4b37fbcba7a7e17.tar.bz2 gentoo-2-d5c5ef9552f1edde7c52f471c4b37fbcba7a7e17.zip |
fixed perms on executable for svga users
Diffstat (limited to 'net-www/links')
-rw-r--r-- | net-www/links/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/links/files/digest-links-2.1_pre2-r1 (renamed from net-www/links/files/digest-links-2.1_pre2) | 0 | ||||
-rw-r--r-- | net-www/links/links-2.1_pre2-r1.ebuild (renamed from net-www/links/links-2.1_pre2.ebuild) | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/net-www/links/ChangeLog b/net-www/links/ChangeLog index 1ecbf37c26a4..f7dada5f5f5f 100644 --- a/net-www/links/ChangeLog +++ b/net-www/links/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/links # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.8 2002/07/10 00:18:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.9 2002/07/12 01:14:25 seemant Exp $ + + 11 Jul 2002; Seemant Kulleen <seemant@gentoo.org> links-2.1_pre2-r1.ebuild + files/digest-links-2.1_pre2-r1 : + + Adjusted permissions on executable if svga is in USE. Thanks to: + hielvc@cox.net (Hiel Van Campen) in bug #4891. *links-2.1_pre2 (09 Jul 2002) diff --git a/net-www/links/files/digest-links-2.1_pre2 b/net-www/links/files/digest-links-2.1_pre2-r1 index d3dda5e8d4bb..d3dda5e8d4bb 100644 --- a/net-www/links/files/digest-links-2.1_pre2 +++ b/net-www/links/files/digest-links-2.1_pre2-r1 diff --git a/net-www/links/links-2.1_pre2.ebuild b/net-www/links/links-2.1_pre2-r1.ebuild index 671d5a55dd1b..c84bc82deb9b 100644 --- a/net-www/links/links-2.1_pre2.ebuild +++ b/net-www/links/links-2.1_pre2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre2.ebuild,v 1.1 2002/07/10 00:18:15 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre2-r1.ebuild,v 1.1 2002/07/12 01:14:25 seemant Exp $ DESCRIPTION="links is a fast lightweight text tand graphic web-browser" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/" @@ -85,7 +85,7 @@ src_install () # links needs to be setuid for it to work with svga use svga && ( \ - fperms 4644 /usr/bin/links + fperms 4755 /usr/bin/links ) dodoc AUTHORS BUGS ChangeLog INSTALL NEWS README SITES TODO |