Get app-defaults installing correctly

This commit is contained in:
Jon Trulson
2019-12-01 22:26:47 -07:00
parent e577e8102c
commit d7a734c171
2 changed files with 11 additions and 0 deletions

View File

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