Gitweb links:
...log
http://git.netsurf-browser.org/netsurf.git/shortlog/25f9610d036f643de5537...
...commit
http://git.netsurf-browser.org/netsurf.git/commit/25f9610d036f643de553730...
...tree
http://git.netsurf-browser.org/netsurf.git/tree/25f9610d036f643de5537309b...
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=25f9610d036f643de55...
commit 25f9610d036f643de5537309b6482e3f56ff53ef
Author: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
Commit: Chris Young <chris(a)unsatisfactorysoftware.co.uk>
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