summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Hadaway <raker@gentoo.org>2002-12-08 00:15:21 +0000
committerNick Hadaway <raker@gentoo.org>2002-12-08 00:15:21 +0000
commit68a9a6785d5ec2ebbc5863d239a813c40bb2de08 (patch)
tree16984677400719cc363e39016cf732bdcb7e0a97 /net-mail/mailx/mailx-8.1.2.20021129.ebuild
parentxft2 fix (diff)
downloadgentoo-2-68a9a6785d5ec2ebbc5863d239a813c40bb2de08.tar.gz
gentoo-2-68a9a6785d5ec2ebbc5863d239a813c40bb2de08.tar.bz2
gentoo-2-68a9a6785d5ec2ebbc5863d239a813c40bb2de08.zip
Fixed some file permissions as suggested on bug #8031 and marked stable.
Diffstat (limited to 'net-mail/mailx/mailx-8.1.2.20021129.ebuild')
-rw-r--r--net-mail/mailx/mailx-8.1.2.20021129.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/mailx/mailx-8.1.2.20021129.ebuild b/net-mail/mailx/mailx-8.1.2.20021129.ebuild
index 11e1edfb5fd5..da550534e83f 100644
--- a/net-mail/mailx/mailx-8.1.2.20021129.ebuild
+++ b/net-mail/mailx/mailx-8.1.2.20021129.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-mail/mailx/mailx-8.1.2.20021129.ebuild,v 1.1 2002/12/01 22:33:42 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mailx/mailx-8.1.2.20021129.ebuild,v 1.2 2002/12/08 00:15:21 raker Exp $
MX_VER="8.1.1"
S=${WORKDIR}/mailx-${MX_VER}.orig
@@ -14,7 +14,7 @@ DEPEND=">=net-libs/liblockfile-1.03
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha"
+KEYWORDS="x86 ppc sparc sparc64 alpha"
src_unpack() {
@@ -50,8 +50,10 @@ src_install() {
cd ${S}/misc
insinto /usr/lib
+ insopts -m 644
doins mail.help mail.tildehelp
insinto /etc
+ insopts -m 644
doins mail.rc
}