summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-03-11 03:23:37 +0000
committerMike Frysinger <vapier@gentoo.org>2006-03-11 03:23:37 +0000
commit40477b84de4ce54f7ea201c1c031091eac524955 (patch)
tree11c2a9ae775b98a2e73151582ae778e01af17755 /sys-libs/uclibc
parentx86 stable as per bug #123432. (diff)
downloadgentoo-2-40477b84de4ce54f7ea201c1c031091eac524955.tar.gz
gentoo-2-40477b84de4ce54f7ea201c1c031091eac524955.tar.bz2
gentoo-2-40477b84de4ce54f7ea201c1c031091eac524955.zip
dont both deleting config file #125207
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'sys-libs/uclibc')
-rw-r--r--sys-libs/uclibc/uclibc-0.9.28.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/uclibc/uclibc-0.9.28.ebuild b/sys-libs/uclibc/uclibc-0.9.28.ebuild
index ea34b1768570..e94a93851bee 100644
--- a/sys-libs/uclibc/uclibc-0.9.28.ebuild
+++ b/sys-libs/uclibc/uclibc-0.9.28.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/sys-libs/uclibc/uclibc-0.9.28.ebuild,v 1.19 2006/03/01 23:37:14 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/uclibc/uclibc-0.9.28.ebuild,v 1.20 2006/03/11 03:23:37 vapier Exp $
#ESVN_REPO_URI="svn://uclibc.org/trunk/uClibc"
#inherit subversion
@@ -326,7 +326,6 @@ src_unpack() {
# Allow users some custom control over the config
if use savedconfig ; then
- [[ -r .config ]] && rm .config
for conf in ${PN}-${PV}-${PR} ${PN}-${PV} ${PN}; do
configfile=${ROOT}/etc/${PN}/${CTARGET}/${conf}.config
einfo "Checking existence of ${configfile} ..."