diff --git a/cde/programs/localized/C/app-defaults/Makefile.am b/cde/programs/localized/C/app-defaults/Makefile.am index ac572d34f..16f2b5e4c 100644 --- a/cde/programs/localized/C/app-defaults/Makefile.am +++ b/cde/programs/localized/C/app-defaults/Makefile.am @@ -3,3 +3,10 @@ MAINTAINERCLEANFILES = Makefile.in include ../../templates/C.am include ../../templates/app-defaults.am +# Setup a symlink from C -> en_US.UTF-8 +install-data-hook: + $(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/app-defaults/en_US.UTF-8 + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/app-defaults/ && $(LN_S) C en_US.UTF-8 + + + diff --git a/cde/programs/localized/templates/app-defaults.am b/cde/programs/localized/templates/app-defaults.am index 520d50005..c027ce3bb 100644 --- a/cde/programs/localized/templates/app-defaults.am +++ b/cde/programs/localized/templates/app-defaults.am @@ -12,6 +12,10 @@ BUILT_SOURCES = Dthelpview Dtimsstart Dtlogin Dthello Dtsession \ CLEANFILES = $(BUILT_SOURCES) +appdefdir = $(CDE_INSTALLATION_TOP)/app-defaults/$(LANG) +appdef_DATA = $(BUILT_SOURCES) +EXTRA_DIST = $(BUILT_SOURCES) + TOP = $(top_builddir)/programs DTSVCSRC = $(top_builddir)/lib/DtSvc MERGE = $(top_builddir)/programs/localized/util/merge