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 | 70298627f76aaf18ab4e63e297a0f42a8809d9bb (patch) | |
tree | 1b054cbe8a1ebd4ce2a7af6a55956c15f5abae48 | |
parent | 42f1737418b0c1d7e2ceaaaf3ddbcb2db7ab614b (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 cf0d2d8..0e6fa22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ # # Copyright 2005 Red Hat, Inc. # @@ -49,7 +50,7 @@ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ XLogo \ - XLogo-co + XLogo-color SUFFIXES = .ad |