Skip to content

Commit 2540445

Browse files
committed
Do not clean up header files (fixes #31)
1 parent d37f45d commit 2540445

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

linuxdeploy-plugin-conda.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ if [ "$CONDA_SKIP_CLEANUP" == "" ]; then
157157
find -type f -iname '*.so*' -print -exec strip '{}' \;
158158
find -type f -iname '*.a' -print -delete
159159
rm -rf lib/cmake/
160-
rm -rf include/
161160
rm -rf share/{gtk-,}doc
162161
rm -rf share/man
163162
rm -rf lib/python?.?/site-packages/{setuptools,pip}

0 commit comments

Comments
 (0)