don't append wine to the default path settings
authorMichael Gilbert <mgilbert@debian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sat, 19 Mar 2022 00:48:02 +0000 (00:48 +0000)
forwarded: not-needed

Gbp-Pq: Topic debianization
Gbp-Pq: Name makefile.patch

Makefile.in

index b52495f741f80069d6b6a62b762625c80c6e19db..8c8668f7584fff7d0bd2301a3b358f3453845e87 100644 (file)
@@ -27,9 +27,9 @@ datarootdir     = @datarootdir@
 datadir         = @datadir@
 mandir          = @mandir@
 includedir      = @includedir@
-fontdir         = ${datadir}/wine/fonts
+fontdir         = ${datadir}/wine
 nlsdir          = ${datadir}/wine/nls
-dlldir          = ${libdir}/wine
+dlldir          = ${libdir}
 srcdir          = @srcdir@
 SHELL           = /bin/sh
 CC              = @CC@