diff options
Diffstat (limited to 'core/git/build')
-rwxr-xr-x | core/git/build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/git/build b/core/git/build index 0a8192a0..23c8bced 100755 --- a/core/git/build +++ b/core/git/build @@ -25,3 +25,7 @@ EOF make make DESTDIR="$1" install + +install -Dm644 -t "$1/usr/share/man/man1" man1/*.1 +install -Dm644 -t "$1/usr/share/man/man5" man5/*.5 +install -Dm644 -t "$1/usr/share/man/man7" man7/*.7 |