]> git.pld-linux.org Git - packages/wine.git/commitdiff
- adjusted for 1.1.28
authoramateja <amateja@pld-linux.org>
Sun, 23 Aug 2009 13:18:36 +0000 (13:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine-manpaths.patch -> 1.3

wine-manpaths.patch

index 0f98f7f5290ecde09a3bcd217becf1ad8be9dbbc..56e34a7946c8903948c68a9f73f5f832e035f010 100644 (file)
@@ -1,6 +1,6 @@
---- wine-1.1.16/loader/Makefile.in~    2009-02-27 23:21:46.000000000 +0100
-+++ wine-1.1.16/loader/Makefile.in     2009-02-28 14:51:11.904159157 +0100
-@@ -40,8 +40,8 @@
+--- 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 @@
  INSTALLDIRS = \
        $(DESTDIR)$(bindir) \
        $(DESTDIR)$(mandir)/man$(prog_manext) \
@@ -9,11 +9,11 @@
 +      $(DESTDIR)$(mandir)/de/man$(prog_manext) \
 +      $(DESTDIR)$(mandir)/fr/man$(prog_manext)
  
- all: $(WINE_BINARIES) $(WINE_BINARIES:%=%-installed) $(MODULE) $(MANPAGES)
+ all: wine wine-installed $(EXTRA_BINARIES) $(MANPAGES)
  
-@@ -74,13 +74,13 @@
-       $(INSTALL_PROGRAM) wine-installed $(DESTDIR)$(bindir)/$(MODULE)
-       for f in $(EXTRA_BINARIES); do $(INSTALL_PROGRAM) $$f $(DESTDIR)$(bindir)/$$f; done
+@@ -54,13 +54,13 @@
+ install-man-pages: $(MANPAGES) $(INSTALLDIRS) dummy
        $(INSTALL_DATA) wine.man $(DESTDIR)$(mandir)/man$(prog_manext)/wine.$(prog_manext)
 -      $(INSTALL_DATA) wine.de.man $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
 -      $(INSTALL_DATA) wine.fr.man $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
@@ -21,7 +21,7 @@
 +      $(INSTALL_DATA) wine.fr.man $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wine.$(prog_manext)
  
  uninstall::
-       -cd $(DESTDIR)$(bindir) && $(RM) $(EXTRA_BINARIES) $(MODULE)
+       -cd $(DESTDIR)$(bindir) && $(RM) $(MAIN_BINARY) $(EXTRA_BINARIES)
        $(RM) $(DESTDIR)$(mandir)/man$(prog_manext)/wine.$(prog_manext)
 -      $(RM) $(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext)/wine.$(prog_manext)
 -      $(RM) $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wine.$(prog_manext)
This page took 0.288537 seconds and 4 git commands to generate.