mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
cvs.eclass: Don't rely on sandbox internals
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
@@ -257,10 +257,10 @@ cvs_fetch() {
|
||||
# just remove the last path element in the string)
|
||||
|
||||
debug-print "${FUNCNAME}: checkout mode. creating cvs directory"
|
||||
addwrite /foobar
|
||||
addwrite /
|
||||
mkdir -p "/${ECVS_TOP_DIR}"
|
||||
export SANDBOX_WRITE="${SANDBOX_WRITE//:\/foobar:\/}"
|
||||
(
|
||||
addwrite /
|
||||
mkdir -p "${ECVS_TOP_DIR}" || die "mkdir ${ECVS_TOP_DIR} failed"
|
||||
)
|
||||
fi
|
||||
|
||||
# In case ECVS_TOP_DIR is a symlink to a dir, get the real path,
|
||||
|
||||
Reference in New Issue
Block a user