From 926b51a3ba49c4d6c330036954cf34661a3c0353 Mon Sep 17 00:00:00 2001 From: Vincent Riquer Date: Sun, 9 Feb 2025 03:20:05 +0100 Subject: [PATCH] Makefile: create $(libdir) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7467acb..a371212 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,7 @@ install: install -m 644 -D work/toys/README $(docdir)/README.toys rm work/toys/README install -m 644 -D -t $(sharedir) share/* + install -d $(libdir) cp -dpr --no-preserve=ownership lib/* $(libdir) install -D -t $(bindir) work/atom work/toys/*