Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/25f9610d036f643de5537309b6482e3f56ff53ef
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/25f9610d036f643de5537309b6482e3f56ff53ef
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/25f9610d036f643de5537309b6482e3f56ff53ef

The branch, master has been updated
       via  25f9610d036f643de5537309b6482e3f56ff53ef (commit)
      from  7a42134beeda0e080cb8ef5702f522dd4faf9e67 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/netsurf.git/commit/?id=25f9610d036f643de5537309b6482e3f56ff53ef
commit 25f9610d036f643de5537309b6482e3f56ff53ef
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Atari packaging was copying ca-bundle twice

diff --git a/frontends/atari/Makefile b/frontends/atari/Makefile
index 7bc441c..b4fb16e 100644
--- a/frontends/atari/Makefile
+++ b/frontends/atari/Makefile
@@ -176,7 +176,6 @@ endif
        $(Q)cp \!NetSurf/Resources/internal.css,f79 
$(ATARI_TARGET_DIR)res/internal.css
        $(Q)cp \!NetSurf/Resources/SearchEngines $(ATARI_TARGET_DIR)res/search
        $(Q)cp \!NetSurf/Resources/ca-bundle $(ATARI_TARGET_DIR)res/cabundle
-       $(Q)cp \!NetSurf/Resources/ca-bundle $(ATARI_TARGET_DIR)res/cabundle
        $(Q)$(SPLIT_MESSAGES) -l en -p atari -f messages resources/FatMessages 
> $(ATARI_TARGET_DIR)res/messages
        $(Q)cp \!NetSurf/Resources/en/welcome.html,faf 
$(ATARI_TARGET_DIR)res/welcome.html
        $(Q)cp \!NetSurf/Resources/en/maps.html,faf 
$(ATARI_TARGET_DIR)res/maps.html


-----------------------------------------------------------------------

Summary of changes:
 frontends/atari/Makefile |    1 -
 1 file changed, 1 deletion(-)

diff --git a/frontends/atari/Makefile b/frontends/atari/Makefile
index 7bc441c..b4fb16e 100644
--- a/frontends/atari/Makefile
+++ b/frontends/atari/Makefile
@@ -176,7 +176,6 @@ endif
        $(Q)cp \!NetSurf/Resources/internal.css,f79 
$(ATARI_TARGET_DIR)res/internal.css
        $(Q)cp \!NetSurf/Resources/SearchEngines $(ATARI_TARGET_DIR)res/search
        $(Q)cp \!NetSurf/Resources/ca-bundle $(ATARI_TARGET_DIR)res/cabundle
-       $(Q)cp \!NetSurf/Resources/ca-bundle $(ATARI_TARGET_DIR)res/cabundle
        $(Q)$(SPLIT_MESSAGES) -l en -p atari -f messages resources/FatMessages 
> $(ATARI_TARGET_DIR)res/messages
        $(Q)cp \!NetSurf/Resources/en/welcome.html,faf 
$(ATARI_TARGET_DIR)res/welcome.html
        $(Q)cp \!NetSurf/Resources/en/maps.html,faf 
$(ATARI_TARGET_DIR)res/maps.html


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to