summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2010-08-05 15:21:25 +0000
committerJeremy Olexa <darkside@gentoo.org>2010-08-05 15:21:25 +0000
commit28e9ca4835697432f0ef4dbbe0ae381c403fa5aa (patch)
treed6e10267ba014f911f5e8e9cf134c3d4480ea6cf /dev-util/cdebootstrap
parentFix building with KDE >= 4.5 wrt #331317 by Tanktalus. (diff)
downloadgentoo-2-28e9ca4835697432f0ef4dbbe0ae381c403fa5aa.tar.gz
gentoo-2-28e9ca4835697432f0ef4dbbe0ae381c403fa5aa.tar.bz2
gentoo-2-28e9ca4835697432f0ef4dbbe0ae381c403fa5aa.zip
Fix build issue, CWD was wrong
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cdebootstrap')
-rw-r--r--dev-util/cdebootstrap/ChangeLog5
-rw-r--r--dev-util/cdebootstrap/cdebootstrap-0.5.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/cdebootstrap/ChangeLog b/dev-util/cdebootstrap/ChangeLog
index 88865ff484a9..21034500a0d6 100644
--- a/dev-util/cdebootstrap/ChangeLog
+++ b/dev-util/cdebootstrap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/cdebootstrap
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/cdebootstrap/ChangeLog,v 1.1 2010/07/29 17:21:35 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdebootstrap/ChangeLog,v 1.2 2010/08/05 15:21:25 darkside Exp $
+
+ 05 Aug 2010; Jeremy Olexa <darkside@gentoo.org> cdebootstrap-0.5.6.ebuild:
+ Fix build issue, CWD was wrong
*cdebootstrap-0.5.6 (29 Jul 2010)
diff --git a/dev-util/cdebootstrap/cdebootstrap-0.5.6.ebuild b/dev-util/cdebootstrap/cdebootstrap-0.5.6.ebuild
index a24ca3f41df5..4c6b8836ff60 100644
--- a/dev-util/cdebootstrap/cdebootstrap-0.5.6.ebuild
+++ b/dev-util/cdebootstrap/cdebootstrap-0.5.6.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/dev-util/cdebootstrap/cdebootstrap-0.5.6.ebuild,v 1.1 2010/07/29 17:21:35 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/cdebootstrap/cdebootstrap-0.5.6.ebuild,v 1.2 2010/08/05 15:21:25 darkside Exp $
EAPI=2
@@ -24,7 +24,7 @@ src_install() {
dodoc doc/* debian/changelog debian/NEWS || die
# Install the keyrings
- cd "${S}"
+ cd "${WORKDIR}"
insinto /usr/share/keyrings
doins debian-archive-keyring-2009.01.31/keyrings/*.gpg || die
}