Fix palette and backdrops installation in dt/shared with proper symlinks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user