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

@@ -1,4 +1,4 @@
palettedir = $(CDE_INSTALLATION_TOP)/palettes
palettedir = $(CDE_INSTALLATION_TOP)/share/palettes
dist_palette_DATA = Alpine.dp Chocolate.dp Grass.dp PBNJ.dp Tundra.dp \
Arizona.dp Cinnamon.dp GrayScale.dp Sand.dp Urchin.dp \
@@ -8,3 +8,7 @@ dist_palette_DATA = Alpine.dp Chocolate.dp Grass.dp PBNJ.dp Tundra.dp \
Default.dp NorthernSky.dp SkyRed.dp Cabernet.dp Delphinium.dp \
Nutmeg.dp SoftBlue.dp Camouflage.dp Desert.dp Olive.dp \
SouthWest.dp Charcoal.dp Golden.dp Orchid.dp Summer.dp
install-data-hook:
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/palettes
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/ && $(LN_S) share/palettes palettes