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

This reverts commit 2d678d4188.
This commit is contained in:
Enno Boland 2017-11-28 21:18:45 +01:00
parent 600f220b6e
commit 768fd97393
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 0 additions and 1 deletions

View File

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