diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile | 2 | ||||
-rwxr-xr-x | scripts/make-boot-splash-raw | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Makefile b/scripts/Makefile index bdbcb66..1b69040 100644 --- a/scripts/Makefile +++ b/scripts/Makefile @@ -1,5 +1,5 @@ PL=remove-boot-splash -SH=make-boot-splash make-boot-splash-raw rewritejpeg switch-themes remove-theme +SH=make-boot-splash make-boot-splash-raw switch-themes remove-theme SYS=bootsplash.sysconfig sharedir=/usr/share diff --git a/scripts/make-boot-splash-raw b/scripts/make-boot-splash-raw index 6ebeaa8..d441e45 100755 --- a/scripts/make-boot-splash-raw +++ b/scripts/make-boot-splash-raw @@ -6,7 +6,6 @@ # $Id$ : ${splash_dir=/usr/share/bootsplash} -: ${splash_cfg=/etc/bootsplash} [ $# = 2 ] || { echo "usage: $0 <initrd> <theme>"; exit 1; } @@ -41,4 +40,5 @@ else umount $tmp_dir gzip -c $tmp_initrd > $initrd_file rm -f $tmp_initrd + fi fi |