Don't copy background with defined sizes.
Make directory for XFCE backgrounds
This commit is contained in:
parent
0b775e68b0
commit
6ac86e523b
@ -294,6 +294,7 @@ cp -r xfce-settings/etcskel/.vimrc %buildroot/etc/skel/
|
||||
|
||||
install -m 644 xfce-settings/etcskel/.wm-select %buildroot/etc/skel/
|
||||
|
||||
mkdir -p %buildroot/usr/share/backgrounds/xfce/
|
||||
cp -P xfce-settings/backgrounds/*.{jpg,png} %buildroot/usr/share/backgrounds/xfce/
|
||||
|
||||
install -pDm0755 xfce-settings/scripts/zdg-move-templates.sh %buildroot%_sysconfdir/X11/profile.d/zdg-move-templates.sh
|
||||
|
@ -32,7 +32,7 @@ boot:
|
||||
#bootsplash
|
||||
mkdir -p $(datadir)/plymouth/themes/$(THEME)
|
||||
convert -size 800x600 xc:#306ac4 $(datadir)/plymouth/themes/$(THEME)/grub.jpg
|
||||
cp -al images/background*x*.png $(datadir)/plymouth/themes/$(THEME)/
|
||||
#cp -al images/background*x*.png $(datadir)/plymouth/themes/$(THEME)/
|
||||
cp -a components/bootsplash/* $(datadir)/plymouth/themes/$(THEME)
|
||||
mv $(datadir)/plymouth/themes/$(THEME)/theme.plymouth $(datadir)/plymouth/themes/$(THEME)/$(THEME).plymouth
|
||||
#bootloader
|
||||
|
Loading…
x
Reference in New Issue
Block a user