diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-11 08:23:20 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-11 08:23:20 +0000 |
commit | 6e7e0d1ff49edd1fad6b9f128e59a440549c6796 (patch) | |
tree | ec7d1f39a43b8c69eb22fe511c0b0113ded6f5f6 /x11-terms/aterm/aterm-0.4.2-r3.ebuild | |
parent | fix arm sysdep patch to not require autoconf (diff) | |
download | gentoo-2-6e7e0d1ff49edd1fad6b9f128e59a440549c6796.tar.gz gentoo-2-6e7e0d1ff49edd1fad6b9f128e59a440549c6796.tar.bz2 gentoo-2-6e7e0d1ff49edd1fad6b9f128e59a440549c6796.zip |
Closes #15548
Diffstat (limited to 'x11-terms/aterm/aterm-0.4.2-r3.ebuild')
-rw-r--r-- | x11-terms/aterm/aterm-0.4.2-r3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-terms/aterm/aterm-0.4.2-r3.ebuild b/x11-terms/aterm/aterm-0.4.2-r3.ebuild index f083557b4560..32dc31887508 100644 --- a/x11-terms/aterm/aterm-0.4.2-r3.ebuild +++ b/x11-terms/aterm/aterm-0.4.2-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/aterm/aterm-0.4.2-r3.ebuild,v 1.7 2003/02/13 17:33:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/aterm/aterm-0.4.2-r3.ebuild,v 1.8 2003/03/11 08:23:20 aliz Exp $ S=${WORKDIR}/${P} DESCRIPTION="A terminal emulator with transparency support as well as rxvt backwards compatibility" @@ -42,6 +42,9 @@ src_compile() { src_install () { make DESTDIR=${D} install || die + fperms g+s /usr/bin/aterm + fowners root.utmp /usr/bin/aterm + dodoc TODO ChangeLog INSTALL doc/BUGS doc/FAQ doc/README.menu docinto menu dodoc doc/menu/* |