From 17e81ea7711c7aa438ab05f6d3e6651bfd4778fb Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Thu, 22 Feb 2024 22:38:00 -0500 Subject: [PATCH] Create folders when installing pngu --- GRRLIB/lib/pngu/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GRRLIB/lib/pngu/Makefile b/GRRLIB/lib/pngu/Makefile index 249e5fd..1a6c253 100644 --- a/GRRLIB/lib/pngu/Makefile +++ b/GRRLIB/lib/pngu/Makefile @@ -86,6 +86,7 @@ clean: #--------------------------------------------------------------------------------- install: + @mkdir --parents $(DESTDIR)/lib $(DESTDIR)/include @cp --force $(OUTPUT) $(DESTDIR)/lib @cp --force --parents $(HDR) $(DESTDIR)/include