media-fonts/commodore-64-font: rename fonts to fit better into linux

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@1519 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one
2009-08-31 12:51:53 +00:00
parent 94aa0af9c2
commit 7ea578d829
3 changed files with 10 additions and 3 deletions

View File

@@ -23,5 +23,8 @@ FONT_S=${WORKDIR}
FONT_SUFFIX="ttf"
src_prepare() {
mv ${WORKDIR}/Commodore-64-v622.TTF ${WORKDIR}/Commodore-64-v622.ttf
mv "${WORKDIR}/Commodore-64-v622.TTF" "${WORKDIR}/Commodore-64-v622.ttf"
mv "${WORKDIR}/Commodore Angled v1-1.ttf" "${WORKDIR}/Commodore-64-Angled.ttf"
mv "${WORKDIR}/Commodore Pixeled.ttf" "${WORKDIR}/Commodore-64-Pixeled.ttf"
mv "${WORKDIR}/Commodore Rounded v1-1.ttf" "${WORKDIR}/Commodore-64-Rounded.ttf"
}