We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12264c0 commit 62b706cCopy full SHA for 62b706c
pkgs/sagemath-doc-html/meson_dist_script.sh
@@ -13,3 +13,5 @@ if [ -L "$MESON_DIST_ROOT"/doc -o ! -d "$MESON_DIST_ROOT"/doc ]; then
13
fi
14
# Copy file generated by bootstrap (not in git)
15
cp "$MESON_SOURCE_ROOT"/pyproject.toml "$MESON_DIST_ROOT"/
16
+# Remove m4 source
17
+rm -f "$MESON_DIST_ROOT"/pyproject.toml.m4
0 commit comments