From 2bda4e6d7c06a6bb46ff7cd96ab2dfcd8374a46f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Sat, 25 May 2024 18:27:09 +0200 Subject: [PATCH] Makefile: Fix install target. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe5b216..3f08b30 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ clean: doc: pacundo.1.gz -install: pacundo pacundo.1.gz +install: pacundo.1.gz install -d $(PREFIX)/bin install -m 755 pacundo.pl $(PREFIX)/bin/pacundo install -d $(PREFIX)/share/man/man1