SOURCES: wine-manpaths.patch (NEW) - new

adamg adamg at pld-linux.org
Sat Feb 28 15:12:03 CET 2009


Author: adamg                        Date: Sat Feb 28 14:12:03 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- new

---- Files affected:
SOURCES:
   wine-manpaths.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/wine-manpaths.patch
diff -u /dev/null SOURCES/wine-manpaths.patch:1.1
--- /dev/null	Sat Feb 28 15:12:03 2009
+++ SOURCES/wine-manpaths.patch	Sat Feb 28 15:11:57 2009
@@ -0,0 +1,55 @@
+--- 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 @@
+ INSTALLDIRS = \
+ 	$(DESTDIR)$(bindir) \
+ 	$(DESTDIR)$(mandir)/man$(prog_manext) \
+-	$(DESTDIR)$(mandir)/de.UTF-8/man$(prog_manext) \
+-	$(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)
++	$(DESTDIR)$(mandir)/de/man$(prog_manext) \
++	$(DESTDIR)$(mandir)/fr/man$(prog_manext)
+ 
+ all: $(WINE_BINARIES) $(WINE_BINARIES:%=%-installed) $(MODULE) $(MANPAGES)
+ 
+@@ -88,13 +88,13 @@
+ 	  fi; \
+ 	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)
++	$(INSTALL_DATA) wine.de.man $(DESTDIR)$(mandir)/de/man$(prog_manext)/wine.$(prog_manext)
++	$(INSTALL_DATA) wine.fr.man $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wine.$(prog_manext)
+ 
+ uninstall::
+ 	-cd $(DESTDIR)$(bindir) && $(RM) $(WINE_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)
++	$(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 @@
+ INSTALLDIRS = \
+ 	$(DESTDIR)$(bindir) \
+ 	$(DESTDIR)$(mandir)/man$(prog_manext) \
+-	$(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)
++	$(DESTDIR)$(mandir)/fr/man$(prog_manext)
+ 
+ all: $(PROGRAMS) $(MANPAGES)
+ 
+@@ -77,10 +77,10 @@
+ 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)
+-	$(INSTALL_DATA) wineserver.fr.man $(DESTDIR)$(mandir)/fr.UTF-8/man$(prog_manext)/wineserver.$(prog_manext)
++	$(INSTALL_DATA) wineserver.fr.man $(DESTDIR)$(mandir)/fr/man$(prog_manext)/wineserver.$(prog_manext)
+ 
+ uninstall::
+ 	$(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
================================================================


More information about the pld-cvs-commit mailing list