From f0705756ea049920061c279289ec13143580f8ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Sat, 21 Oct 2023 15:25:10 +0200 Subject: [PATCH] fix directory not existing --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f2765e2..cad5331 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ PKGNAME=deploy-arch-repo install: + mkdir -p $(DESTDIR)/usr/bin cp deploy-arch-repo $(DESTDIR)/usr/bin install -Dm644 "LICENSE" $(DESTDIR)/usr/share/licenses/${PKGNAME}/LICENSE