Removes all files from linux install (#6019)
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -8,8 +8,3 @@
|
||||
#
|
||||
|
||||
set -o errexit # exit on the first failure encountered
|
||||
|
||||
{
|
||||
pushd @CPACK_PACKAGING_INSTALL_PREFIX@
|
||||
popd
|
||||
} &> /dev/null # hide output
|
||||
|
||||
@@ -19,5 +19,6 @@ set -o errexit # exit on the first failure encountered
|
||||
pushd @CPACK_PACKAGING_INSTALL_PREFIX@
|
||||
# delete python downloads
|
||||
rm -rf python/downloaded_packages python/runtime
|
||||
popd
|
||||
find . -type d -name *.egg-info -prune -exec rm -rf {} \;
|
||||
popd
|
||||
} &> /dev/null # hide output
|
||||
|
||||
Reference in New Issue
Block a user