aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-boot-splash-raw
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@mandriva.com>2009-10-07 14:46:09 +0000
committerFrederic Crozat <fcrozat@mandriva.com>2009-10-07 14:46:09 +0000
commit7ace111b50922a7368b6cfc22640813df2fdac83 (patch)
tree222712b79e212c5f1472c9e283651693f69a21f2 /scripts/make-boot-splash-raw
parent88e8551b2edd61408e12fdc7cf961dc23fbef8bc (diff)
downloadbootsplash-7ace111b50922a7368b6cfc22640813df2fdac83.tar
bootsplash-7ace111b50922a7368b6cfc22640813df2fdac83.tar.gz
bootsplash-7ace111b50922a7368b6cfc22640813df2fdac83.tar.bz2
bootsplash-7ace111b50922a7368b6cfc22640813df2fdac83.tar.xz
bootsplash-7ace111b50922a7368b6cfc22640813df2fdac83.zip
- Fix typo
Diffstat (limited to 'scripts/make-boot-splash-raw')
-rwxr-xr-xscripts/make-boot-splash-raw2
1 files changed, 1 insertions, 1 deletions
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