diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-20 12:02:32 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-20 12:02:32 +0000 |
commit | c37f89c6c1b86303765ba16545985bade5ea44a2 (patch) | |
tree | e1ace5c80c790e48de59c5346846bfae19d68dca /app-misc/mc | |
parent | marked ppc gsla bug: 64348 (Manifest recommit) (diff) | |
download | gentoo-2-c37f89c6c1b86303765ba16545985bade5ea44a2.tar.gz gentoo-2-c37f89c6c1b86303765ba16545985bade5ea44a2.tar.bz2 gentoo-2-c37f89c6c1b86303765ba16545985bade5ea44a2.zip |
add missing syntax files again, bug #64721
Diffstat (limited to 'app-misc/mc')
-rw-r--r-- | app-misc/mc/ChangeLog | 3 | ||||
-rw-r--r-- | app-misc/mc/mc-4.6.0-r11.ebuild | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/app-misc/mc/ChangeLog b/app-misc/mc/ChangeLog index 5e97211a91d4..9d04d00cba5a 100644 --- a/app-misc/mc/ChangeLog +++ b/app-misc/mc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/mc # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 + 20 Sep 2004; Heinrich Wendel <lanius@gentoo.org> mc-4.6.0-r11.ebuild: + add missing syntax files again, bug #64721 + 20 Sep 2004; Bryan Østergaard,,, <kloeri@gentoo.org> mc-4.6.0-r10.ebuild: Stable on alpha. diff --git a/app-misc/mc/mc-4.6.0-r11.ebuild b/app-misc/mc/mc-4.6.0-r11.ebuild index bfccb7fd58b9..c20f71c32f9e 100644 --- a/app-misc/mc/mc-4.6.0-r11.ebuild +++ b/app-misc/mc/mc-4.6.0-r11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.1 2004/09/16 13:39:28 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/mc/mc-4.6.0-r11.ebuild,v 1.2 2004/09/20 12:02:32 lanius Exp $ inherit flag-o-matic eutils @@ -91,6 +91,11 @@ src_install() { insinto /usr/share/mc doins ${FILESDIR}/mc.gentoo + + insinto /usr/share/mc/syntax + doins ${FILESDIR}/ebuild.syntax + cd ${D}/usr/share/mc/syntax + epatch ${FILESDIR}/${P}-ebuild-syntax.patch } pkg_postinst() { |