projects
/
wine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7459d14
)
don't append wine to the default path settings
author
Michael Gilbert
<mgilbert@debian.org>
Sat, 19 Mar 2022 00:48:02 +0000
(
00:48
+0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index b52495f741f80069d6b6a62b762625c80c6e19db..8c8668f7584fff7d0bd2301a3b358f3453845e87 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-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@