From e78053938b57cfeb1a2cebac97a32fde481f9c0f Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 22 Mar 2016 18:10:59 +0100 Subject: [PATCH] fix makefile Signed-off-by: Antonio Murdaca --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 60c963ce..de927ff8 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ clean: rm -f skopeo rm -f skopeo.1 -install: man install-binary +install: install-binary install -m 644 skopeo.1 ${MANINSTALLDIR}/man1/ # TODO(runcom) #install -m 644 completion/bash/skopeo ${BASHINSTALLDIR}/