Install backdrops in proper location, install localization for them

This commit is contained in:
Jon Trulson
2019-12-02 13:08:52 -07:00
parent 435ca4553f
commit 5823e95e03
3 changed files with 10 additions and 2 deletions

View File

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