Skip to content

Commit

Permalink
Make install without gzip overwrite question
Browse files Browse the repository at this point in the history
  • Loading branch information
subogero committed Dec 21, 2015
1 parent 52b91fd commit d965387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -109,7 +109,7 @@ install:
@cp -f $(BIN)/$(TARGET) $(BINDIR)
@mkdir -p $(MANDIR)
@cp -f $(MANPAGE) $(MANDIR)
@gzip --best $(MANDIR)/$(MANPAGE)
@gzip -f --best $(MANDIR)/$(MANPAGE)
@cp -f $(WIN)/$(WARGET) /cygdrive/c/WINDOWS
@cp -f $(W64)/$(WARGET) /cygdrive/c/WINDOWS

Expand Down

0 comments on commit d965387

Please sign in to comment.