Fix install for build directory and buildroot not on the same filesystem

This commit is contained in:
Evgeny Sinelnikov 2021-04-15 01:32:08 +04:00 committed by Alexey Shabalin
parent 23c2cf7e62
commit 92e91d1eb3

View File

@ -104,9 +104,9 @@ boot-gfxboot:
#bootsplash
boot-splash:
mkdir -p $(datadir)/plymouth/themes/$(THEME)
cp -al images/grub.jpg $(datadir)/plymouth/themes/$(THEME)/grub.jpg
cp -a images/grub.jpg $(datadir)/plymouth/themes/$(THEME)/grub.jpg
# Put logo to background*x*.png
cp -al images/with-logo/background*x*.png $(datadir)/plymouth/themes/$(THEME)/
cp -a images/with-logo/background*x*.png $(datadir)/plymouth/themes/$(THEME)/
cp -a bootsplash/* $(datadir)/plymouth/themes/$(THEME)
mv $(datadir)/plymouth/themes/$(THEME)/theme.plymouth $(datadir)/plymouth/themes/$(THEME)/$(THEME).plymouth
rm -f $(datadir)/plymouth/themes/$(THEME)/*.in