From b931673dcffe2055abb9bd22389e5f0832a206ae Mon Sep 17 00:00:00 2001 From: (no author) Date: Wed, 13 Sep 2006 16:48:57 +0000 Subject: mj0: bootsplash bugs removed git-svn-id: http://svn.openslx.org/svn/openslx/trunk@374 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initrd/mkdxsinitrd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'initrd/mkdxsinitrd') diff --git a/initrd/mkdxsinitrd b/initrd/mkdxsinitrd index 4e151ae0..2b6141b4 100755 --- a/initrd/mkdxsinitrd +++ b/initrd/mkdxsinitrd @@ -7,7 +7,7 @@ # Author(s): Dirk von Suchodoletz , 03-09-2006 # Nico Dietrich # Felix Endres -# mj0, 12-09-2006 theming added +# mj0, 13-09-2006 theming added # # Copyright: (c) 2003 - 2006 - RZ Universitaet Freiburg # (c) 2006 - openslx.org project @@ -247,7 +247,8 @@ if [ -n "$splashsizes" -a -n "$splash_bin" ]; then #fixme: very ugly ;) mkdir -p $ROOTDIR/tmp/bootsplash cp -a $themes_dir/* $ROOTDIR/tmp/bootsplash - themes=${themes_dir} + themes=${themes_dir%bootsplash} + echo -e "\n\tUsing ${themes} for themes.\n" themes_dir=$ROOTDIR/tmp/bootsplash if [ -n "$themes_dir" -a \ @@ -279,7 +280,7 @@ done rm -rf $ROOTDIR/tmp/bootsplash # kdm/Xdialog theme -cp -a ${themes%bootsplash}* ${INSTDIR}/usr/share/themes +cp -a ${themes}* ${INSTDIR}/usr/share/themes } -- cgit v1.2.3-55-g7522