Skip to content

Commit

Permalink
work around Debian bug #1064267
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkr committed Feb 24, 2024
1 parent 2aa42e2 commit 56ed93a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions woof-code/3builddistro
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ rm -f rootfs-complete/usr/share/doc/changelog*.gz
rm -f rootfs-complete/etc/fonts/conf.d/10-hinting-slight.conf rootfs-complete/etc/fonts/conf.d/10-autohint.conf
ln -s /usr/share/fontconfig/conf.avail/10-hinting-none.conf rootfs-complete/etc/fonts/conf.d/

# workaround for #1064267
rm -f rootfs-complete/etc/fonts/conf.d/70-no-bitmaps.conf

cat << EOF > rootfs-complete/etc/issue
$DISTRO_NAME
Expand Down

0 comments on commit 56ed93a

Please sign in to comment.