Fix install for build directory and buildroot not on the same filesystem
This commit is contained in:
parent
23c2cf7e62
commit
92e91d1eb3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user