diff options
author | 2003-10-02 07:00:49 +0000 | |
---|---|---|
committer | 2003-10-02 07:00:49 +0000 | |
commit | 4079d964e235510c40308fb92c21629ed58bab69 (patch) | |
tree | a82ed8eb7f3d42f8da26ae350e8e284063ce6cd4 /app-editors/nano/nano-1.2.1.ebuild | |
parent | cleaned up ebuild (diff) | |
download | historical-4079d964e235510c40308fb92c21629ed58bab69.tar.gz historical-4079d964e235510c40308fb92c21629ed58bab69.tar.bz2 historical-4079d964e235510c40308fb92c21629ed58bab69.zip |
fix run away nanos #17878
Diffstat (limited to 'app-editors/nano/nano-1.2.1.ebuild')
-rw-r--r-- | app-editors/nano/nano-1.2.1.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-editors/nano/nano-1.2.1.ebuild b/app-editors/nano/nano-1.2.1.ebuild index 81806deee1e6..152409532be9 100644 --- a/app-editors/nano/nano-1.2.1.ebuild +++ b/app-editors/nano/nano-1.2.1.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/app-editors/nano/nano-1.2.1.ebuild,v 1.8 2003/07/22 13:38:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.1.ebuild,v 1.9 2003/10/02 07:00:49 vapier Exp $ MY_P=${PN}-${PV/_} DESCRIPTION="GNU GPL'd Pico clone with more functionality" @@ -18,6 +18,12 @@ PROVIDE="virtual/editor" S=${WORKDIR}/${MY_P} +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/nanohupterm.patch +} + src_compile() { use build && myconf="${myconf} --disable-wrapping-as-root" |