summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-08-10 10:09:52 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-08-10 10:09:52 +0000
commit5813aa2e76e156c47926764d16a9e3bf4a7ea913 (patch)
tree6f81033e1e61c60481d3b22f554e75d37d3a24b8 /app-emacs
parentUSE="qt-faststart" to replace separate media-video/qt-faststart package. (diff)
downloadgentoo-2-5813aa2e76e156c47926764d16a9e3bf4a7ea913.tar.gz
gentoo-2-5813aa2e76e156c47926764d16a9e3bf4a7ea913.tar.bz2
gentoo-2-5813aa2e76e156c47926764d16a9e3bf4a7ea913.zip
Fix ebuild to actually work, bug #331763 thanks to m_zwart.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/lua-mode/ChangeLog6
-rw-r--r--app-emacs/lua-mode/lua-mode-20100617.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/app-emacs/lua-mode/ChangeLog b/app-emacs/lua-mode/ChangeLog
index b50597d8b51c..3fb421e41fa8 100644
--- a/app-emacs/lua-mode/ChangeLog
+++ b/app-emacs/lua-mode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/lua-mode
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/lua-mode/ChangeLog,v 1.35 2010/08/09 06:31:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/lua-mode/ChangeLog,v 1.36 2010/08/10 10:09:52 flameeyes Exp $
+
+ 10 Aug 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ lua-mode-20100617.ebuild:
+ Fix ebuild to actually work, bug #331763 thanks to m_zwart.
*lua-mode-20100617 (09 Aug 2010)
diff --git a/app-emacs/lua-mode/lua-mode-20100617.ebuild b/app-emacs/lua-mode/lua-mode-20100617.ebuild
index ddbda093dd2b..8701ec32b848 100644
--- a/app-emacs/lua-mode/lua-mode-20100617.ebuild
+++ b/app-emacs/lua-mode/lua-mode-20100617.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/lua-mode/lua-mode-20100617.ebuild,v 1.1 2010/08/09 06:31:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/lua-mode/lua-mode-20100617.ebuild,v 1.2 2010/08/10 10:09:52 flameeyes Exp $
EAPI=3
@@ -17,6 +17,6 @@ IUSE=""
SITEFILE="70${PN}-gentoo.el"
-src_prepare() {
- mv "${DISTDIR}"/${P}.el "${WORKDIR}"/${PN}.el
+src_unpack() {
+ cp "${DISTDIR}"/${P}.el "${WORKDIR}"/${PN}.el
}