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 | 34c65d7c3c6bfc36903084f3f0cccac5937c60a3 (patch) | |
tree | c651d053309b09687a57324d109c18becdc2c3ae /Makefile.am | |
parent | 71df4f2d183321d5ca643e9eb2258d1e599ffc4a (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 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2a57e08..002b798 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +# $Id$ # # Copyright 2005 Red Hat, Inc. # @@ -36,10 +37,10 @@ dist_man1_MANS = \ appdefaultdir = $(sysconfdir)/X11/app-defaults EXTRA_DIST = \ - B4light.ad + Beforelight.ad APPDEFAULTFILES = \ - B4light + Beforelight SUFFIXES = .ad |