File mkdir.patch of Package libShake
From 8706fff48c7e59e1ada8d65d1208bdbbeb8f7fb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= <Mailaender@users.noreply.github.com> Date: Sun, 7 Feb 2021 15:53:30 +0100 Subject: [PATCH] Create the directory for clean slate build servers --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d7906c9..d318533 100644 --- a/Makefile +++ b/Makefile @@ -60,6 +60,7 @@ $(OBJ): $(OBJDIR)/%.o: $(SRCDIR)/%.c $(CC) -c $(CFLAGS) $< -o $@ -I include install-headers: + mkdir -p $(DESTDIR)$(PREFIX)/include/ cp include/*.h $(DESTDIR)$(PREFIX)/include/ install-lib: