From 403e01c8c6738a9de57d9c5d666329a3a25ca98f Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Tue, 11 Apr 2017 21:18:24 +0200 Subject: chown file --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0cfad6f..809f21d 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,4 @@ info: install: cp git-repo $(PREFIX)/bin chmod 0755 $(PREFIX)/bin/git-repo + chown root:root $(PREFIX)/bin/git-repo -- cgit v1.2.1