]> git.pld-linux.org Git - packages/wine.git/blob - wine-manpaths.patch
- updated to 1.1.36
[packages/wine.git] / wine-manpaths.patch
1 --- wine-1.1.28/loader/Makefile.in.orig 2009-08-22 23:32:18.000000000 +0200
2 +++ wine-1.1.28/loader/Makefile.in      2009-08-22 23:34:32.000000000 +0200
3 @@ -23,8 +23,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 @@ -54,13 +54,13 @@
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  
31  @DEPENDENCIES@  # everything below this line is overwritten by make depend
32 --- wine-1.1.16/server/Makefile.in~     2009-02-27 23:21:46.000000000 +0100
33 +++ wine-1.1.16/server/Makefile.in      2009-02-28 14:50:16.838539394 +0100
34 @@ -62,7 +62,7 @@
35  INSTALLDIRS = \
36         $(DESTDIR)$(bindir) \
37         $(DESTDIR)$(mandir)/man$(prog_manext) \
38 -       $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)
39 +       $(DESTDIR)$(mandir)/fr/man$(prog_manext)
40  
41  all: $(PROGRAMS) $(MANPAGES)
42  
43 @@ -77,10 +77,10 @@
44  install install-lib:: wineserver-installed $(MANPAGES) $(INSTALLDIRS)
45         $(INSTALL_PROGRAM) wineserver-installed $(DESTDIR)$(bindir)/wineserver
46         $(INSTALL_DATA) wineserver.man $(DESTDIR)$(mandir)/man$(prog_manext)/wineserver.$(prog_manext)
47 -       $(INSTALL_DATA) wineserver.fr.man $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wineserver.$(prog_manext)
48 +       $(INSTALL_DATA) wineserver.fr.man $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wineserver.$(prog_manext)
49  
50  uninstall::
51         $(RM) $(DESTDIR)$(bindir)/wineserver $(DESTDIR)$(mandir)/man$(prog_manext)/wineserver.$(prog_manext)
52 -       $(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wineserver.$(prog_manext)
53 +       $(RM) $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wineserver.$(prog_manext)
54  
55  @DEPENDENCIES@  # everything below this line is overwritten by make depend
This page took 0.025768 seconds and 3 git commands to generate.