From c1a5bdd0c2cbcd0f81df0011b20197f28e1e3a5e Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 19 Sep 2021 00:26:36 +0000 Subject: Makefile was missing a -D in the install target for a dir that might have not existed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 175ab7b..1abb56a 100644 --- a/Makefile +++ b/Makefile @@ -47,5 +47,5 @@ install: all install -t $(PREFIX)/bin shorten install -t $(PREFIX)/bin urnresolve install -t $(PREFIX)/bin urnstart - install -t $(PREFIX)/share/urn share/urn/* + install -Dt $(PREFIX)/share/urn share/urn/* chgrp shorten $(PREFIX)/bin/shorten && chmod g+s $(PREFIX)/bin/shorten -- cgit v1.2.3