summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-02-16 16:29:05 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-02-16 16:29:05 +0000
commit3b634c5eaf5126d6727709779e09430046d25184 (patch)
tree9e9917ccddfccd088dad7906d0f36513f58013b2 /Makefile
parentf17d6796eb1c0e8a031fd3756b95e6604dd5911e (diff)
downloadnetsurf-test-3b634c5eaf5126d6727709779e09430046d25184.tar.gz
netsurf-test-3b634c5eaf5126d6727709779e09430046d25184.tar.bz2
Make the directories we are trying to install into
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
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/