From 3b634c5eaf5126d6727709779e09430046d25184 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 16 Feb 2019 16:29:05 +0000 Subject: Make the directories we are trying to install into --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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/ -- cgit v1.2.3