added livecd-tools-18.8.splash.red.patch

This commit is contained in:
Alex Burmashev 2014-01-16 11:31:51 +04:00
parent 0d7f166343
commit af634de6d9
2 changed files with 19 additions and 1 deletions

View file

@ -0,0 +1,18 @@
diff -Nur livecd-tools-18.8.old/imgcreate/live.py livecd-tools-18.8/imgcreate/live.py
--- livecd-tools-18.8.old/imgcreate/live.py 2014-01-15 19:15:21.000000000 +0400
+++ livecd-tools-18.8/imgcreate/live.py 2014-01-16 00:17:42.004954362 +0400
@@ -433,12 +433,12 @@
def __copy_syslinux_background(self, isodest):
background_path = self._instroot + \
- "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg"
+ "/usr/share/gfxboot/themes/Rosa-EE/splash.jpg"
if not os.path.exists(background_path):
# fallback to F13 location
background_path = self._instroot + \
- "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg"
+ "/usr/share/gfxboot/themes/Rosa-EE/splash.jpg"
if not os.path.exists(background_path):
return False

View file

@ -5,7 +5,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.8
Release: 39
Release: 40
Epoch: 1
License: GPLv2
Group: System/Base