Skip to content

Commit

Permalink
don't ship cython's html files
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jun 14, 2023
1 parent 4ca15ec commit 12acc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/MacOS/make-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ echo "include all xpra modules found: "
find $PYTHON_PACKAGES/xpra/* -type d -maxdepth 0 -exec basename {} \;
rsync -rpl $PYTHON_PACKAGES/xpra/* $LIBDIR/python/xpra/
echo "removing files that should not be installed in the first place (..)"
for x in "*.c" "*.cpp" "*.pyx" "*.pxd" "constants.pxi" "constants.txt"; do
for x in "*.html" "*.c" "*.cpp" "*.pyx" "*.pxd" "constants.pxi" "constants.txt"; do
echo "removing $x:"
find $LIBDIR/python/xpra/ -name "$x" -print -exec rm "{}" \; | sed "s+$LIBDIR/python/xpra/++g" | xargs -L 1 echo "* "
done
Expand Down

0 comments on commit 12acc01

Please sign in to comment.