X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cde%2Fprograms%2Flocalized%2FC%2Ftypes%2FMakefile.am;h=56c8d69e0b32e8248e8a36dd4c490b3f3b86e70a;hb=0cc0766cbd7fbf6a24400200bb31b95848dbb549;hp=90dcc38ee265cb93ed66255afbbc484f4d63342a;hpb=e481f4cb93fd3c041beb7002eb641f5c03b6a000;p=oweals%2Fcde.git diff --git a/cde/programs/localized/C/types/Makefile.am b/cde/programs/localized/C/types/Makefile.am index 90dcc38e..56c8d69e 100644 --- a/cde/programs/localized/C/types/Makefile.am +++ b/cde/programs/localized/C/types/Makefile.am @@ -3,3 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in include ../../templates/C.am include ../../templates/types.am +# Setup a symlink from C -> en_US.UTF-8 +install-data-hook: + $(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/appconfig/types/en_US.UTF-8 + cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/appconfig/types/ && $(LN_S) C en_US.UTF-8 +