Skip to content

Commit

Permalink
install: correct error of appending man files instead of replacing them
Browse files Browse the repository at this point in the history
  • Loading branch information
najamelan committed Aug 13, 2012
1 parent b1ab874 commit 4cb5f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.sh
Expand Up @@ -4,5 +4,5 @@
cp --remove-destination --force git-backup /usr/lib/git-core/
cp --remove-destination --force git-restore /usr/lib/git-core/

gzip --to-stdout manpages/git-backup.1 >> /usr/share/man/man1/git-backup.1.gz
gzip --to-stdout manpages/git-restore.1 >> /usr/share/man/man1/git-restore.1.gz
gzip --to-stdout manpages/git-backup.1 > /usr/share/man/man1/git-backup.1.gz
gzip --to-stdout manpages/git-restore.1 > /usr/share/man/man1/git-restore.1.gz

0 comments on commit 4cb5f10

Please sign in to comment.