mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-06 03:20:43 +02:00
jtr: minor chdir fix
This commit is contained in:
parent
e49a9170c7
commit
7e1c9d5259
1 changed files with 2 additions and 1 deletions
|
|
@ -52,8 +52,9 @@ pkg_setup() {
|
|||
|
||||
src_prepare() {
|
||||
if use cuda; then
|
||||
cd "${MY_P}-${JUMBO}/src" || die
|
||||
pushd "${MY_P}-${JUMBO}/src" >&/dev/null || die
|
||||
cuda_src_prepare
|
||||
popd
|
||||
fi
|
||||
|
||||
if use minimal; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue