Copy python modules to lib/ folder not bin/ in build script

This commit is contained in:
baldurk
2019-03-12 09:36:55 +00:00
parent 5ec6da1e6e
commit 1a93bf1027
+1 -1
View File
@@ -35,7 +35,7 @@ strip --strip-unneeded dist/lib/*
# Copy python modules to where they'd be built natively, for documentation build
mkdir build
cp -R /tmp/rdoc_docker/pymodules build/bin
cp -R /tmp/rdoc_docker/pymodules build/lib
# Step into the docs folder and build
pushd docs