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 | e70773cb5c4269627e0d8750f7852ed865fd8eaf (patch) | |
tree | 8423e8126d2a201c0592c0fe3e9005e56a5c6a19 | |
parent | 9648bcddee6779eed395d60f17a13bcf13fa9042 (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 ada715c..4f7a3f1 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 = \ XCalc \ - XCalc-col + XCalc-color SUFFIXES = .ad |