build-style/cmake.sh: reset working dir to wrksrc after do_install

This commit is contained in:
Enno Boland 2017-11-18 21:25:50 +01:00
parent 371ca21cf0
commit 2d678d4188
1 changed files with 1 additions and 0 deletions

View File

@ -53,4 +53,5 @@ do_install() {
cd ${cmake_builddir:=build}
${make_cmd} DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}
cd ${wrksrc}
}