From 43f6db8ffda4d0de66616cfc244f3b0a1051ed9e Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Sat, 22 Jan 2011 16:46:58 +0000 Subject: Added copy directives for some missing files. svn path=/trunk/netsurf/; revision=11453 --- atari/scripts/mkpkg.sh | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'atari/scripts') diff --git a/atari/scripts/mkpkg.sh b/atari/scripts/mkpkg.sh index 4e54107b7..718e79303 100755 --- a/atari/scripts/mkpkg.sh +++ b/atari/scripts/mkpkg.sh @@ -93,6 +93,9 @@ fi set -o verbose rm $dst -r mkdir $dst +mkdir $dst"res" +mkdir $dst"res/icons" +mkdir $dst"res/fonts" cp $src"ns.prg" $dst chmod +x $dst"ns.prg" strip $dst"ns.prg" @@ -114,7 +117,6 @@ rm $dst"res/netsurf.rsh" if [ "$inc_short_fonts" = "1" ] then - mkdir $dst"res/fonts" cp $font_src"DejaVuSans.ttf" $dst"res/fonts/ss.ttf" cp $font_src"DejaVuSans-Bold.ttf" $dst"res/fonts/ssb.ttf" cp $font_src"DejaVuSans-Oblique.ttf" $dst"res/fonts/ssi.ttf" @@ -127,13 +129,6 @@ then cp $font_src"DejaVuSerifCondensed-Bold.ttf" $dst"res/fonts/fantasy.ttf" fi -#rename long filenames for short mode: -if [ "$shortfs" = "1" ] -then - mv $dst"res/SearchEngines" $dst"res/Search" - mv $dst"res/ca-bundle" $dst"res/ca" -fi - #create an simple startup script: if [ "$framebuffer" = "1" ] then @@ -146,7 +141,7 @@ fi echo " atari_screen_driver:vdi atari_font_driver:freetype -homepage_url:file:///./ +homepage_url:file:///./res/blank http_proxy:0 http_proxy_host: http_proxy_port:8123 -- cgit v1.2.3