Changeset 6308


Ignore:
Timestamp:
02/06/10 04:06:29 (3 years ago)
Author:
alanbach-guest
Message:
  • Fixed an error reading xorg.conf.in file
Location:
pkg/frankie/main/xorgconfig-parsix/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pkg/frankie/main/xorgconfig-parsix/trunk/debian/changelog

    r5912 r6308  
     1xorgconfig-parsix (1.1.2) unstable; urgency=low 
     2 
     3  * Fixed an error reading xorg.conf.in file 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Fri, 05 Feb 2010 19:05:31 -0800 
     6 
    17xorgconfig-parsix (1.1.1) unstable; urgency=low 
    28 
  • pkg/frankie/main/xorgconfig-parsix/trunk/mkxf86config

    r5912 r6308  
    491491        -e 's|@@MODES@@|'"$MODES"'|g;'"$DEPTH" \ 
    492492        -e 's|"XkbLayout"       *"[^"]*"|"XkbLayout" "'"$XKEYBOARD"'"|g;'"$DEADKEYS" \ 
    493         "xorg.conf.in" >"$X_CONF" 
     493        "/etc/X11/xorg.conf.in" >"$X_CONF" 
    494494 
    495495# Nasty hack to fix the keyboard problem 
Note: See TracChangeset for help on using the changeset viewer.