diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2017-04-11 21:18:24 +0200 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2017-04-11 21:18:24 +0200 |
commit | 403e01c8c6738a9de57d9c5d666329a3a25ca98f (patch) | |
tree | 49d931abd7183cff62216b95b56f727c7898dcb4 /Makefile | |
parent | f94dbc4b70888069cf4c8475fcf5f7e349fcce7e (diff) | |
download | git-repo-403e01c8c6738a9de57d9c5d666329a3a25ca98f.tar.gz git-repo-403e01c8c6738a9de57d9c5d666329a3a25ca98f.zip |
chown file
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,3 +6,4 @@ info: install: cp git-repo $(PREFIX)/bin chmod 0755 $(PREFIX)/bin/git-repo + chown root:root $(PREFIX)/bin/git-repo |