SOURCES: xorg-app-xinit-xwrapper.patch - pass bindir for correct s...

pluto pluto at pld-linux.org
Mon Feb 13 18:58:39 CET 2006


Author: pluto                        Date: Mon Feb 13 17:58:39 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- pass bindir for correct startx preprocessing.

---- Files affected:
SOURCES:
   xorg-app-xinit-xwrapper.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/xorg-app-xinit-xwrapper.patch
diff -u SOURCES/xorg-app-xinit-xwrapper.patch:1.1 SOURCES/xorg-app-xinit-xwrapper.patch:1.2
--- SOURCES/xorg-app-xinit-xwrapper.patch:1.1	Sun Feb  5 15:03:12 2006
+++ SOURCES/xorg-app-xinit-xwrapper.patch	Mon Feb 13 18:58:33 2006
@@ -1,3 +1,25 @@
+--- Makefile.am	2005-12-06 23:48:22.000000000 +0100
++++ Makefile.am	2006-02-13 18:56:33.734777250 +0100
+@@ -84,7 +84,7 @@
+ 	-DXINIT=@XINIT@
+ 
+ SCRIPTDEFS = \
+-	-DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DLIBDIR=$(libdir) \
++	-DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DBINDIR=$(bindir) -DLIBDIR=$(libdir) \
+ 	-DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS)
+ 
+ xinitrc: xinitrc.cpp
+--- Makefile.in	2006-02-13 18:53:05.000000000 +0100
++++ Makefile.in	2006-02-13 18:56:59.268373000 +0100
+@@ -283,7 +283,7 @@
+ 	-DXINIT=@XINIT@
+ 
+ SCRIPTDEFS = \
+-	-DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DLIBDIR=$(libdir) \
++	-DXINITDIR=$(XINITDIR) $(PROGCPPDEFS) -DBINDIR=$(bindir) -DLIBDIR=$(libdir) \
+ 	-DSHELL_CMD=$(SHELL_CMD) $(STARTX_COOKIE_FLAGS)
+ 
+ xinitrc_DATA = xinitrc
 --- startx.cpp	2005-11-15 05:03:10.000000000 +0100
 +++ startx.cpp	2005-12-22 10:53:22.620963000 +0100
 @@ -65,7 +65,7 @@
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/xorg-app-xinit-xwrapper.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list