From fe26a90afdf9690052955899355bdc564c184e14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Negrier=20Duarte?= <68701049+MrDuartePT@users.noreply.github.com> Date: Wed, 3 Jan 2024 14:59:11 +0000 Subject: [PATCH] hdrop: fix make install in Makefile (#80) --- hdrop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hdrop/Makefile b/hdrop/Makefile index b762d50..6046e93 100755 --- a/hdrop/Makefile +++ b/hdrop/Makefile @@ -11,7 +11,7 @@ all: hdrop.1 hdrop.1: hdrop.1.scd scdoc < $< > $@ -install: +install: hdrop.1 hdrop @install -v -D -m 0644 hdrop.1 --target-directory "$(MAN1DIR)" @install -v -D -m 0755 hdrop --target-directory "$(BINDIR)"