Get the message catalogs installed properly on make install

This commit is contained in:
Jon Trulson
2019-12-02 19:06:31 -07:00
parent c40f0c9f08
commit e479b2082b
3 changed files with 21 additions and 8 deletions

View File

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