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 | 3d586c48b217f6f783cd8b39bedd6b34f047444c (patch) | |
tree | 950346003e0c2fbe440c54c1ff5f1ff8c2810c61 /Makefile.am | |
parent | 18a1a2898c1124d8ec359b5320e00e58d0758c56 (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
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ef7b400..6e7da6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ # # Copyright 2005 Red Hat, Inc. # @@ -46,7 +47,7 @@ dist_man1_MANS = \ appdefaultdir = $(sysconfdir)/X11/app-defaults APPDEFAULTFILES = \ - Edit-col \ + Editres-color \ Editres EXTRA_DIST = $(APPDEFAULTFILES:%=%.ad) |