summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-02-20 18:22:43 +0000
committerUlrich Müller <ulm@gentoo.org>2009-02-20 18:22:43 +0000
commit0bafb781610fa288f0c465e9e7f25bfbba527a9b (patch)
tree05143a5efba43da79f77909c8dfee1dc556c1644 /app-emacs/distel
parentsparc/x86 stable wrt #258450 (diff)
downloadgentoo-2-0bafb781610fa288f0c465e9e7f25bfbba527a9b.tar.gz
gentoo-2-0bafb781610fa288f0c465e9e7f25bfbba527a9b.tar.bz2
gentoo-2-0bafb781610fa288f0c465e9e7f25bfbba527a9b.zip
Version bump and fix path for ebin files, bug 259695.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-emacs/distel')
-rw-r--r--app-emacs/distel/distel-4.03.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/distel/distel-4.03.ebuild b/app-emacs/distel/distel-4.03.ebuild
index 7709ff3c9631..97c1791c75c4 100644
--- a/app-emacs/distel/distel-4.03.ebuild
+++ b/app-emacs/distel/distel-4.03.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/distel/distel-4.03.ebuild,v 1.1 2009/02/20 18:11:41 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/distel/distel-4.03.ebuild,v 1.2 2009/02/20 18:22:43 ulm Exp $
EAPI=2
@@ -28,7 +28,7 @@ src_prepare() {
src_compile() {
emake base info || die "emake failed"
cd elisp
- elisp-compile *.el || die "elisp-compile failed"
+ elisp-compile *.el || die
}
src_install() {