[SETUPLIBRARY] Fix package extraction to work directory.

This commit is contained in:
Colin Finck 2019-08-19 09:09:08 +02:00
parent 8822818ed1
commit 7b11da43d6
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9
2 changed files with 2 additions and 2 deletions

View File

@ -250,7 +250,7 @@ rs_prepare_module()
fi
rm -rf "$rs_workdir/$module"
rs_extract_module "$module"
rs_extract_module "$module" "$rs_workdir"
rm -rf "$module-build"
mkdir "$module-build"

View File

@ -250,7 +250,7 @@ rs_prepare_module()
fi
rm -rf "$rs_workdir/$module"
rs_extract_module "$module"
rs_extract_module "$module" "$rs_workdir"
rm -rf "$module-build"
mkdir "$module-build"