Fix palette and backdrops installation in dt/shared with proper symlinks

This commit is contained in:
Jon Trulson
2019-12-04 13:21:31 -07:00
parent ec8f4b7464
commit 21cf53c0d0
6 changed files with 17 additions and 8 deletions

View File

@@ -3,7 +3,7 @@
BUILT_SOURCES = desc.$(LANG)
CLEANFILES = $(BUILT_SOURCES)
backdropsdir = $(CDE_INSTALLATION_TOP)/backdrops
backdropsdir = $(CDE_INSTALLATION_TOP)/share/backdrops
dist_backdrops_DATA = $(BUILT_SOURCES)
TOP = $(top_builddir)/programs

View File

@@ -3,7 +3,7 @@
BUILT_SOURCES = desc.$(LANG)
CLEANFILES = $(BUILT_SOURCES)
palettesdir = $(CDE_INSTALLATION_TOP)/palettes
palettesdir = $(CDE_INSTALLATION_TOP)/share/palettes
dist_palettes_DATA = $(BUILT_SOURCES)
TOP = $(top_builddir)/programs