diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 20:11:00 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 20:11:00 +0000 |
commit | 9be5366a9bd5b307fd046309ca500a5ad962a167 (patch) | |
tree | 5c2e4b43c46ccf3bd08926aa22b5f3cb125a7561 | |
parent | 81149c1a3710d53869bb92f1e4175a479c4204d6 (diff) |
Fix app-default files to install under the same names as in the monolith
instead of their short names used only for 14-character filename length
limited ancient filesystems
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4dde6f1..3156b4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ # # Copyright 2005 Red Hat, Inc. # @@ -39,7 +40,7 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ - XClk-col \ + XClock-color \ XClock SUFFIXES = .ad |