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 @@
backdropdir = $(CDE_INSTALLATION_TOP)/backdrops
backdropdir = $(CDE_INSTALLATION_TOP)/share/backdrops
dist_backdrop_DATA = Ankh.bm Crochet.pm Lattice.pm Paver.pm SkyLight.pm \
Background.bm Foreground.bm Leaves.pm Pebbles.pm Sprinkles.pm \
@@ -6,3 +6,8 @@ BrickWall.bm InlayColor.pm Makefile.am PinStripe.pm SunLogo.pm \
Concave.pm InlayPlain.pm NoBackdrop.bm RakedSand.bm Toronto.bm \
Convex.pm KnitLight.pm NoBackdrop.pm RicePaper.pm WaterDrops.pm \
Corduroy.pm LatticeBig.pm OldChars.pm SkyDark.pm Wooly.pm
install-data-hook:
$(RM) $(DESTDIR)$(CDE_INSTALLATION_TOP)/backdrops
cd $(DESTDIR)$(CDE_INSTALLATION_TOP)/ && $(LN_S) share/backdrops backdrops