Get /usr/dt/config populated correctly on make install

This commit is contained in:
Jon Trulson
2019-12-02 14:33:05 -07:00
parent 5823e95e03
commit c40f0c9f08
9 changed files with 88 additions and 24 deletions

View File

@@ -3,3 +3,8 @@ MAINTAINERCLEANFILES = Makefile.in
include ../../templates/C.am
include ../../templates/config.am
# Setup a symlink from C -> en_US.UTF-8
install-data-hook:
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/config/en_US.UTF-8
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/config/ && $(LN_S) C en_US.UTF-8