You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Manually install the Arial replacement font when make install is run.
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
SUBDIRS=10-Missing_Fonts
|
||||
|
||||
PATCH:=patch -N -p0 --strip=1
|
||||
|
||||
install:
|
||||
@@ -14,6 +16,11 @@ install:
|
||||
done \
|
||||
done
|
||||
|
||||
# Apply binary patches to Wine
|
||||
for dir in $(SUBDIRS); do \
|
||||
$(MAKE) -C $$dir; \
|
||||
done
|
||||
|
||||
# Update the configure script
|
||||
cd $(DESTDIR); autoreconf;
|
||||
|
||||
|
Reference in New Issue
Block a user