mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
21 lines
526 B
Diff
21 lines
526 B
Diff
From 857810491414b91e12aa07388c98b788326b0995 Mon Sep 17 00:00:00 2001
|
|
From: Sertonix <sertonix@posteo.net>
|
|
Date: Sat, 13 Apr 2024 17:08:29 +0200
|
|
Subject: [PATCH] Fix font installation dir
|
|
|
|
Fixes 56422489d51
|
|
---
|
|
fonts/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/fonts/Makefile.am b/fonts/Makefile.am
|
|
index c035bff..7cd3249 100644
|
|
--- a/fonts/Makefile.am
|
|
+++ b/fonts/Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-fontdir = $(datadir)/libwmf/fonts/
|
|
+fontdir = @WMF_FONTDIR@
|
|
|
|
bin_SCRIPTS = libwmf-fontmap
|
|
|