summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r--eclass/enlightenment.eclass8
1 files changed, 6 insertions, 2 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
index ec7b7763b8b9..75efb4aff1a7 100644
--- a/eclass/enlightenment.eclass
+++ b/eclass/enlightenment.eclass
@@ -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/eclass/enlightenment.eclass,v 1.29 2004/10/21 20:24:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.30 2004/10/22 12:51:57 vapier Exp $
#
# Author: vapier@gentoo.org
@@ -80,7 +80,11 @@ gettext_modify() {
}
enlightenment_src_unpack() {
- [ "${ECVS_STATE}" != "live" ] && unpack ${A}
+ if [ "${ECVS_STATE}" == "live" ] ; then
+ cvs_src_unpack
+ else
+ unpack ${A}
+ fi
gettext_modify
}