]> git.pld-linux.org Git - packages/wine.git/commitdiff
- for 1.1.17
authorMichał 'Wolvverine' Panasiewicz <wolvverine@pld-linux.org>
Mon, 16 Mar 2009 16:06:21 +0000 (16:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    wine-manpaths.patch -> 1.2

wine-manpaths.patch

index 52cb1952bbd69384540b88e2a160261e402192dc..0f98f7f5290ecde09a3bcd217becf1ad8be9dbbc 100644 (file)
@@ -11,9 +11,9 @@
  
  all: $(WINE_BINARIES) $(WINE_BINARIES:%=%-installed) $(MODULE) $(MANPAGES)
  
-@@ -88,13 +88,13 @@
-         fi; \
-       done
+@@ -74,13 +74,13 @@
+       $(INSTALL_PROGRAM) wine-installed $(DESTDIR)$(bindir)/$(MODULE)
+       for f in $(EXTRA_BINARIES); do $(INSTALL_PROGRAM) $$f $(DESTDIR)$(bindir)/$$f; done
        $(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) $(WINE_BINARIES) $(MODULE)
+       -cd $(DESTDIR)$(bindir) && $(RM) $(EXTRA_BINARIES) $(MODULE)
        $(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.052487 seconds and 4 git commands to generate.