Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/7d402ebc460ec5a11eab526cc52b4d6430496df3
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/7d402ebc460ec5a11eab526cc52b4d6430496df3
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/7d402ebc460ec5a11eab526cc52b4d6430496df3

The branch, master has been updated
       via  7d402ebc460ec5a11eab526cc52b4d6430496df3 (commit)
      from  446fd392e85fa8ac527c2e1938889ea0781cca6d (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=7d402ebc460ec5a11eab526cc52b4d6430496df3
commit 7d402ebc460ec5a11eab526cc52b4d6430496df3
Author: Chris Young <[email protected]>
Commit: Chris Young <[email protected]>

    Reduce compression level for compatibility with Amiga LhA 2.15

diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile
index ac05d1b..8584922 100644
--- a/frontends/amiga/Makefile
+++ b/frontends/amiga/Makefile
@@ -98,5 +98,5 @@ netsurf.lha: $(EXETARGET)
        $(Q)cp -p $(AMIGA_PKG_DIR)/netsurf.readme.info 
$(AMIGA_INSTALL_TARGET_DIR)/NetSurf
   endif
        $(Q)cd $(AMIGA_INSTALL_TARGET_DIR); \
-         lha a netsurf.lha NetSurf NetSurf.info AutoInstall
+         lha ao6 netsurf.lha NetSurf NetSurf.info AutoInstall
 


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

Summary of changes:
 frontends/amiga/Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frontends/amiga/Makefile b/frontends/amiga/Makefile
index ac05d1b..8584922 100644
--- a/frontends/amiga/Makefile
+++ b/frontends/amiga/Makefile
@@ -98,5 +98,5 @@ netsurf.lha: $(EXETARGET)
        $(Q)cp -p $(AMIGA_PKG_DIR)/netsurf.readme.info 
$(AMIGA_INSTALL_TARGET_DIR)/NetSurf
   endif
        $(Q)cd $(AMIGA_INSTALL_TARGET_DIR); \
-         lha a netsurf.lha NetSurf NetSurf.info AutoInstall
+         lha ao6 netsurf.lha NetSurf NetSurf.info AutoInstall
 


-- 
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