Just copy for now, don't link.
This commit is contained in:
parent
e1f93b351e
commit
7ad0ef9ec6
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ mksplash() {
|
|||
fi
|
||||
convert ${SPLASH} -rotate 270 -quality 100 -background black -resize ${SPLASH_RESOLUTION} -gravity center -extent ${SPLASH_RESOLUTION} ${1}/splashl.png
|
||||
else
|
||||
cp ${SPLASH} ${1}/splash
|
||||
cp ${SPLASH} ${1}/splash/splashl.png
|
||||
cp ${SPLASH} ${1}
|
||||
cp ${SPLASH} ${1}/splashl.png
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue