build-style/cmake.sh: reset working dir to wrksrc after do_install
This commit is contained in:
parent
371ca21cf0
commit
2d678d4188
|
@ -53,4 +53,5 @@ do_install() {
|
||||||
|
|
||||||
cd ${cmake_builddir:=build}
|
cd ${cmake_builddir:=build}
|
||||||
${make_cmd} DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}
|
${make_cmd} DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}
|
||||||
|
cd ${wrksrc}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue