diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-24 12:55:31 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-10-24 12:55:31 +0000 |
commit | 5c39c48cb3e0ff116b597af93f212440d9403289 (patch) | |
tree | 6bb80c0cdf15205de1331e2691f2d49414d4cd21 /app-editors/qemacs/qemacs-0.3.1.ebuild | |
parent | Fix date errors (diff) | |
download | gentoo-2-5c39c48cb3e0ff116b597af93f212440d9403289.tar.gz gentoo-2-5c39c48cb3e0ff116b597af93f212440d9403289.tar.bz2 gentoo-2-5c39c48cb3e0ff116b597af93f212440d9403289.zip |
various epatch and sed fixes
Diffstat (limited to 'app-editors/qemacs/qemacs-0.3.1.ebuild')
-rw-r--r-- | app-editors/qemacs/qemacs-0.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/qemacs/qemacs-0.3.1.ebuild b/app-editors/qemacs/qemacs-0.3.1.ebuild index 473733797421..51827062a210 100644 --- a/app-editors/qemacs/qemacs-0.3.1.ebuild +++ b/app-editors/qemacs/qemacs-0.3.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/qemacs/qemacs-0.3.1.ebuild,v 1.2 2003/06/29 18:24:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.3 2003/10/24 12:55:26 aliz Exp $ DESCRIPTION="QEmacs (for Quick Emacs) is a very small but powerful UNIX editor." HOMEPAGE="http://fabrice.bellard.free.fr/qemacs/" @@ -16,7 +16,7 @@ S=${WORKDIR}/${P} src_unpack() { unpack ${A} - cd ${S} && patch -p1 <${FILESDIR}/qemacs-Makefile-gentoo.patch || die + cd ${S} && epatch ${FILESDIR}/qemacs-Makefile-gentoo.patch } src_compile() { |