diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2009-10-07 16:48:52 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2009-10-07 16:48:52 +0000 |
commit | 583e14d2059b9035f876a6c3ab0c85a0caaf67e2 (patch) | |
tree | d414a512f27d2e6bef8e6dd5f32aa7f17a496664 | |
parent | 7ace111b50922a7368b6cfc22640813df2fdac83 (diff) | |
download | bootsplash-583e14d2059b9035f876a6c3ab0c85a0caaf67e2.tar bootsplash-583e14d2059b9035f876a6c3ab0c85a0caaf67e2.tar.gz bootsplash-583e14d2059b9035f876a6c3ab0c85a0caaf67e2.tar.bz2 bootsplash-583e14d2059b9035f876a6c3ab0c85a0caaf67e2.tar.xz bootsplash-583e14d2059b9035f876a6c3ab0c85a0caaf67e2.zip |
- Re-add script directory
-rwxr-xr-x | scripts/make-boot-splash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/make-boot-splash b/scripts/make-boot-splash index 61d0fb6..505e841 100755 --- a/scripts/make-boot-splash +++ b/scripts/make-boot-splash @@ -5,6 +5,8 @@ # Public License (GPL) # $Id$ +: ${splash_dir=/usr/share/bootsplash} + [[ -f /etc/sysconfig/bootsplash ]] && source /etc/sysconfig/bootsplash [[ -z $THEME ]] && THEME=Mandriva |