Jon TURNEY wrote:
> For some reason I don't understand the generated Makefile ends up as patch of
> the source patch, but it seems to work ok...

Somehow managed to put the wrong scripts inside that tarball and then install
the package over-writing my fixed ones.  What a failure :(

diff -Naur X-startup-scripts.old/startxdmcp.bat X-startup-scripts/startxdmcp.bat
--- X-startup-scripts.old/startxdmcp.bat        2008-10-30 14:27:20.953125000 
+0000
+++ X-startup-scripts/startxdmcp.bat    2008-10-30 14:28:06.765625000 +0000
@@ -31,8 +31,8 @@
 
 SET XAPPLRESDIR=/usr/lib/X11/app-defaults
 SET XCMSDB=/usr/lib/X11/Xcms.txt
-SET XKEYSYMDB=/usr/lib/X11/XKeysymDB
-SET XNLSPATH=/usr/lib/X11/locale
+SET XKEYSYMDB=/usr/share/X11/XKeysymDB
+SET XNLSPATH=/usr/share/X11/locale
 
 
 REM
diff -Naur X-startup-scripts.old/startxwin.bat X-startup-scripts/startxwin.bat
--- X-startup-scripts.old/startxwin.bat 2008-10-30 14:27:20.953125000 +0000
+++ X-startup-scripts/startxwin.bat     2008-10-30 14:27:39.000000000 +0000
@@ -24,8 +24,8 @@
 
 SET XAPPLRESDIR=/usr/lib/X11/app-defaults
 SET XCMSDB=/usr/lib/X11/Xcms.txt
-SET XKEYSYMDB=/usr/lib/X11/XKeysymDB
-SET XNLSPATH=/usr/lib/X11/locale
+SET XKEYSYMDB=/usr/share/X11/XKeysymDB
+SET XNLSPATH=/usr/share/X11/locale
 
 
 REM
diff -Naur X-startup-scripts.old/startxwin.sh X-startup-scripts/startxwin.sh
--- X-startup-scripts.old/startxwin.sh  2008-10-30 14:27:20.953125000 +0000
+++ X-startup-scripts/startxwin.sh      2008-10-30 14:27:50.484375000 +0000
@@ -3,8 +3,8 @@
 export PATH=/usr/bin:"$PATH"
 export XAPPLRESDIR=/usr/lib/X11/app-defaults
 export XCMSDB=/usr/lib/X11/Xcms.txt
-export XKEYSYMDB=/usr/lib/X11/XKeysymDB
-export XNLSPATH=/usr/lib/X11/locale
+export XKEYSYMDB=/usr/share/X11/XKeysymDB
+export XNLSPATH=/usr/share/X11/locale
 
 # Cleanup from last run.
 rm -rf /tmp/.X11-unix
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cygwin-ports-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cygwin-ports-general

Reply via email to