From 8cf22b9ca2c99f60d5be50b8890050a1a9ca0bab Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Fri, 18 Mar 2016 16:46:25 +0100 Subject: [PATCH] fix make install target Signed-off-by: Antonio Murdaca --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4132a8fc..a6450b92 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ clean: rm -f skopeo rm -f skopeo.1 -install: install-binary +install: man install-binary install -m 644 skopeo.1 ${MANINSTALLDIR}/man1/ # TODO(runcom) #install -m 644 completion/bash/skopeo ${BASHINSTALLDIR}/