]> git.pld-linux.org Git - packages/wine.git/commitdiff
- updated for 1.1.41 auto/ti/wine-1_1_41-1
authorKarol Krenski <charles@pld-linux.org>
Sat, 20 Mar 2010 14:37:47 +0000 (14:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine-manpaths.patch -> 1.4

wine-manpaths.patch

index 56e34a7946c8903948c68a9f73f5f832e035f010..ec8f4b5b61f652e53ad6a5172c1e6d3b66c56f6a 100644 (file)
@@ -1,6 +1,6 @@
---- wine-1.1.28/loader/Makefile.in.orig        2009-08-22 23:32:18.000000000 +0200
-+++ wine-1.1.28/loader/Makefile.in     2009-08-22 23:34:32.000000000 +0200
-@@ -23,8 +23,8 @@
+--- wine-1.1.41/loader/Makefile.in.orig        2010-03-19 20:02:16.000000000 +0100
++++ wine-1.1.41/loader/Makefile.in     2010-03-20 15:17:34.000000000 +0100
+@@ -24,8 +24,8 @@
  INSTALLDIRS = \
        $(DESTDIR)$(bindir) \
        $(DESTDIR)$(mandir)/man$(prog_manext) \
@@ -11,7 +11,7 @@
  
  all: wine wine-installed $(EXTRA_BINARIES) $(MANPAGES)
  
-@@ -54,13 +54,13 @@
+@@ -55,11 +55,11 @@
  
  install-man-pages: $(MANPAGES) $(INSTALLDIRS) dummy
        $(INSTALL_DATA) wine.man $(DESTDIR)$(mandir)/man$(prog_manext)/wine.$(prog_manext)
 -      $(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
 +      $(RM) $(DESTDIR)$(mandir)/de/man$(prog_manext)/wine.$(prog_manext)
 +      $(RM) $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wine.$(prog_manext)
- @DEPENDENCIES@  # everything below this line is overwritten by make depend
---- wine-1.1.16/server/Makefile.in~    2009-02-27 23:21:46.000000000 +0100
-+++ wine-1.1.16/server/Makefile.in     2009-02-28 14:50:16.838539394 +0100
-@@ -62,7 +62,7 @@
+--- wine-1.1.41/server/Makefile.in.orig        2010-03-19 20:02:16.000000000 +0100
++++ wine-1.1.41/server/Makefile.in     2010-03-20 15:19:08.000000000 +0100
+@@ -57,7 +57,7 @@
  INSTALLDIRS = \
        $(DESTDIR)$(bindir) \
        $(DESTDIR)$(mandir)/man$(prog_manext) \
@@ -40,7 +38,7 @@
  
  all: $(PROGRAMS) $(MANPAGES)
  
-@@ -77,10 +77,10 @@
+@@ -72,8 +72,8 @@
  install install-lib:: wineserver-installed $(MANPAGES) $(INSTALLDIRS)
        $(INSTALL_PROGRAM) wineserver-installed $(DESTDIR)$(bindir)/wineserver
        $(INSTALL_DATA) wineserver.man $(DESTDIR)$(mandir)/man$(prog_manext)/wineserver.$(prog_manext)
@@ -51,5 +49,3 @@
        $(RM) $(DESTDIR)$(bindir)/wineserver $(DESTDIR)$(mandir)/man$(prog_manext)/wineserver.$(prog_manext)
 -      $(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wineserver.$(prog_manext)
 +      $(RM) $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wineserver.$(prog_manext)
- @DEPENDENCIES@  # everything below this line is overwritten by make depend
This page took 0.035677 seconds and 4 git commands to generate.