Skip to content

Commit

Permalink
dev-util/ply: fix sandbox violation (bug 581644)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28
  • Loading branch information
zmedico committed May 2, 2016
1 parent 8abfc83 commit c846826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-util/ply/ply-0_pre20160313.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ src_configure() {
# create a symlink copy of the source tree so that we are free
# to clean things up as needed.
kerneldir_orig=${KERNEL_DIR}
cp -sR "${kerneldir_orig}" "${T}/kerneldir" || die
cp -sR "$(realpath "${kerneldir_orig}")" "${T}/kerneldir" || die
export KERNEL_DIR="${T}/kerneldir"
pushd "${KERNEL_DIR}" || die
# avoid sandbox violation for scripts/kconfig/.conf.cmd
Expand Down

0 comments on commit c846826

Please sign in to comment.