]> git.pld-linux.org Git - packages/wine.git/blob - wine-manpaths.patch
- updated to 1.1.42
[packages/wine.git] / wine-manpaths.patch
1 --- wine-1.1.41/loader/Makefile.in.orig 2010-03-19 20:02:16.000000000 +0100
2 +++ wine-1.1.41/loader/Makefile.in      2010-03-20 15:17:34.000000000 +0100
3 @@ -24,8 +24,8 @@
4  INSTALLDIRS = \
5         $(DESTDIR)$(bindir) \
6         $(DESTDIR)$(mandir)/man$(prog_manext) \
7 -       $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext) \
8 -       $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)
9 +       $(DESTDIR)$(mandir)/de/man$(prog_manext) \
10 +       $(DESTDIR)$(mandir)/fr/man$(prog_manext)
11  
12  all: wine wine-installed $(EXTRA_BINARIES) $(MANPAGES)
13  
14 @@ -55,11 +55,11 @@
15  
16  install-man-pages: $(MANPAGES) $(INSTALLDIRS) dummy
17         $(INSTALL_DATA) wine.man $(DESTDIR)$(mandir)/man$(prog_manext)/wine.$(prog_manext)
18 -       $(INSTALL_DATA) wine.de.man $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
19 -       $(INSTALL_DATA) wine.fr.man $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
20 +       $(INSTALL_DATA) wine.de.man $(DESTDIR)$(mandir)/de/man$(prog_manext)/wine.$(prog_manext)
21 +       $(INSTALL_DATA) wine.fr.man $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wine.$(prog_manext)
22  
23  uninstall::
24         -cd $(DESTDIR)$(bindir) && $(RM) $(MAIN_BINARY) $(EXTRA_BINARIES)
25         $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/wine.$(prog_manext)
26 -       $(RM) $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
27 -       $(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
28 +       $(RM) $(DESTDIR)$(mandir)/de/man$(prog_manext)/wine.$(prog_manext)
29 +       $(RM) $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wine.$(prog_manext)
30 --- wine-1.1.41/server/Makefile.in.orig 2010-03-19 20:02:16.000000000 +0100
31 +++ wine-1.1.41/server/Makefile.in      2010-03-20 15:19:08.000000000 +0100
32 @@ -57,7 +57,7 @@
33  INSTALLDIRS = \
34         $(DESTDIR)$(bindir) \
35         $(DESTDIR)$(mandir)/man$(prog_manext) \
36 -       $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)
37 +       $(DESTDIR)$(mandir)/fr/man$(prog_manext)
38  
39  all: $(PROGRAMS) $(MANPAGES)
40  
41 @@ -72,8 +72,8 @@
42  install install-lib:: wineserver-installed $(MANPAGES) $(INSTALLDIRS)
43         $(INSTALL_PROGRAM) wineserver-installed $(DESTDIR)$(bindir)/wineserver
44         $(INSTALL_DATA) wineserver.man $(DESTDIR)$(mandir)/man$(prog_manext)/wineserver.$(prog_manext)
45 -       $(INSTALL_DATA) wineserver.fr.man $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wineserver.$(prog_manext)
46 +       $(INSTALL_DATA) wineserver.fr.man $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wineserver.$(prog_manext)
47  
48  uninstall::
49         $(RM) $(DESTDIR)$(bindir)/wineserver $(DESTDIR)$(mandir)/man$(prog_manext)/wineserver.$(prog_manext)
50 -       $(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wineserver.$(prog_manext)
51 +       $(RM) $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wineserver.$(prog_manext)
This page took 0.071545 seconds and 3 git commands to generate.