Get the dt types installed properly on make install

This commit is contained in:
Jon Trulson
2019-12-02 19:31:02 -07:00
parent c6b31ebd5f
commit 0cc0766cbd
2 changed files with 9 additions and 1 deletions

View File

@@ -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