Added missing font copy command

svn path=/trunk/netsurf/; revision=11283
This commit is contained in:
Ole Loots 2011-01-10 23:55:39 +00:00
parent 5f62669c20
commit e66211f669
1 changed files with 3 additions and 0 deletions

3
atari/scripts/mkpkg.sh Normal file → Executable file
View File

@ -104,6 +104,8 @@ cp $src"\!NetSurf/Resources/CSS,f79" $dst"res/quirks.css" -rL
cp $src"\!NetSurf/Resources/SearchEngines" $dst"res/search" -rL
cp $src"\!NetSurf/Resources/ca-bundle" $dst"res/cabundle" -rL
cp $src"\!NetSurf/Resources/en/Messages" $dst"res/messages" -rL
cp $src"\!NetSurf/Resources/Icons/content.png" $dst"res/icons/content.png" -rL
cp $src"\!NetSurf/Resources/Icons/directory.png" $dst"res/icons/dir.png" -rL
#remove uneeded files:
rm $dst"res/netsurf.rsm"
@ -121,6 +123,7 @@ then
cp $font_src"DejaVuSansMono-Bold.ttf" $dst"res/fonts/monob.ttf"
cp $font_src"DejaVuSansMono-Oblique.ttf" $dst"res/fonts/cursive.ttf"
cp $font_src"DejaVuSerif.ttf" $dst"res/fonts/s.ttf"
cp $font_src"DejaVuSerif-Bold.ttf" $dst"res/fonts/sb.ttf"
cp $font_src"DejaVuSerifCondensed-Bold.ttf" $dst"res/fonts/fantasy.ttf"
fi