diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-30 09:57:40 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-30 09:57:40 +0000 |
commit | fa1726a3b5c70d6f3afed770da5e57d2c0088adc (patch) | |
tree | 48df8a695543dc357516d523a34f3c95fc9930e1 | |
parent | eb8c03b34c7bba84a6bf1cc3e5acf07df810ac2b (diff) | |
download | bootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.tar bootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.tar.gz bootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.tar.bz2 bootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.tar.xz bootsplash-fa1726a3b5c70d6f3afed770da5e57d2c0088adc.zip |
fix remove-boot-splash path
-rwxr-xr-x | scripts/make-boot-splash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index 8cd83e8..4d5722e 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -45,7 +45,7 @@ if [[ -z $config ]];then exit 1; fi -$splash_dir/scripts/remove-splash $initrd_file +$splash_dir/scripts/remove-boot-splash $initrd_file if [[ -x /sbin/splash ]]; then /sbin/splash -s -f $config >> $initrd_file |