Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf-test.git/shortlog/3b634c5eaf5126d6727709779e09430046d25184
...commit 
http://git.netsurf-browser.org/netsurf-test.git/commit/3b634c5eaf5126d6727709779e09430046d25184
...tree 
http://git.netsurf-browser.org/netsurf-test.git/tree/3b634c5eaf5126d6727709779e09430046d25184

The branch, master has been updated
       via  3b634c5eaf5126d6727709779e09430046d25184 (commit)
      from  f17d6796eb1c0e8a031fd3756b95e6604dd5911e (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-test.git/commit/?id=3b634c5eaf5126d6727709779e09430046d25184
commit 3b634c5eaf5126d6727709779e09430046d25184
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Make the directories we are trying to install into

diff --git a/Makefile b/Makefile
index 23c4e79..69d46d0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,6 @@ all:
        @echo "install target is probably what you want"
 
 install:
+       mkdir -p "${DESTDIR}/html" "${DESTDIR}/cgi-bin"
        cp -a html monkey-test "${DESTDIR}"/html/
        cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/


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

Summary of changes:
 Makefile |    1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 23c4e79..69d46d0 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,6 @@ all:
        @echo "install target is probably what you want"
 
 install:
+       mkdir -p "${DESTDIR}/html" "${DESTDIR}/cgi-bin"
        cp -a html monkey-test "${DESTDIR}"/html/
        cp -a cgi-bin/* "${DESTDIR}"/cgi-bin/


-- 
NetSurf test cases

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

Reply via email to