mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-21 20:26:45 +00:00
Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't get hosed
when appending file names) but XKB_COMPILED_DIR (used in Makefiles)
does not so install-sh -d doesn't get confused when the directory
already exists.
This commit is contained in:
parent
385730d239
commit
a1f110bda8
3 changed files with 18 additions and 3 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2005-11-20 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
* xkb/Makefile.am:
|
||||
Make sure XKM_OUTPUT_DIR (used in code) ends in / (so paths don't
|
||||
get hosed when appending file names) but XKB_COMPILED_DIR (used
|
||||
in Makefiles) does not so install-sh -d doesn't get confused when
|
||||
the directory already exists.
|
||||
|
||||
2005-11-19 Alan Coopersmith <alan.coopersmith@sun.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
|||
Loading…
Reference in a new issue