You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Manually install the Arial replacement font when make install is run.
This commit is contained in:
5
patches/10-Missing_Fonts/Makefile
Normal file
5
patches/10-Missing_Fonts/Makefile
Normal file
@@ -0,0 +1,5 @@
|
||||
install:
|
||||
cp arial.ttf $(DESTDIR)/fonts/arial.ttf;
|
||||
|
||||
uninstall:
|
||||
rm $(DESTDIR)/fonts/arial.ttf;
|
BIN
patches/10-Missing_Fonts/arial.ttf
Normal file
BIN
patches/10-Missing_Fonts/arial.ttf
Normal file
Binary file not shown.
Reference in New Issue
Block a user