diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 20:10:59 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-10-13 20:10:59 +0000 |
commit | 54fc284497e7a8399e2527d2198862011b85ef75 (patch) | |
tree | 3ce75b36092e601ac619a6b5f29b67d1063eda79 | |
parent | 3d6bd1e2ab17b69f0b188325bbda62e56df13dbf (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 0bedec7..f85ee5c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ # # Copyright 2005 Red Hat, Inc. # @@ -41,7 +42,7 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ - Clock-col + Clock-color SUFFIXES = .ad |