python3 build fix

This commit is contained in:
Andy Vandijck 2025-05-19 10:33:29 +02:00
parent caf064e210
commit 4839a89f42
1 changed files with 1 additions and 1 deletions

View File

@ -308,7 +308,7 @@ DIST_POST_BUILD="$DIST_POST_BUILD
python3 python3 -m pip install six; \
rm \"\$BUILD_ROOT/root/bin/meson\"; \
python3 -m pip install meson; \
rebuild_dist libxml2 -Dpython=true;
rebuild_dist libxml2 -Dpython=disabled;
fontconfig mkdir -p \"\$BUILD_ROOT/root/etc/fonts\"; \
touch \"\$BUILD_ROOT/root/etc/fonts/fonts.conf\"; \
sed -i.bak \"s|/usr/share/fonts|\$BUILD_ROOT/root/share/fonts|g\" \"\$BUILD_ROOT/root/etc/fonts/fonts.conf\";