diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2006-11-07 07:16:53 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2006-11-07 07:16:53 +0000 |
commit | 0d2175ea6413d25cf217ca8733f89bcf9a140596 (patch) | |
tree | 784980542caadf2300c329eeb788a2b46ac50851 /app-shells/scsh/scsh-0.6.7.ebuild | |
parent | reverted to ~x86, not secure to turn it to stable, sorry tsunam (diff) | |
download | historical-0d2175ea6413d25cf217ca8733f89bcf9a140596.tar.gz historical-0d2175ea6413d25cf217ca8733f89bcf9a140596.tar.bz2 historical-0d2175ea6413d25cf217ca8733f89bcf9a140596.zip |
recreated Makefile patch to install into the correct directory for version 0.6.7
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-shells/scsh/scsh-0.6.7.ebuild')
-rw-r--r-- | app-shells/scsh/scsh-0.6.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/scsh/scsh-0.6.7.ebuild b/app-shells/scsh/scsh-0.6.7.ebuild index 293d4d8eee9c..3ce9a4f4919e 100644 --- a/app-shells/scsh/scsh-0.6.7.ebuild +++ b/app-shells/scsh/scsh-0.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.7.ebuild,v 1.2 2006/11/07 05:35:17 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/scsh/scsh-0.6.7.ebuild,v 1.3 2006/11/07 07:16:53 opfer Exp $ inherit eutils scsh @@ -22,7 +22,7 @@ src_unpack() { unpack ${A} cd ${S} if ! use scsh; then - epatch ${FILESDIR}/0.6.6-Makefile.in-doc-dir-gentoo.patch || die + epatch ${FILESDIR}/${PV}-Makefile.in-doc-dir-gentoo.patch || die fi } |