diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,6 +23,7 @@ manpages.in = $(manpages.en.in) \ manpages = $(manpages.in:.in=) all: src/git-permalink $(manpages) + chmod +x src/git-permalink check: all sh tests/cli-opts.sh @@ -39,7 +40,6 @@ dev-check: check public install: all mkdir -p $(DESTDIR)$(PREFIX)/bin cp src/git-permalink $(DESTDIR)$(PREFIX)/bin/$(NAME) - chmod +x $(DESTDIR)$(PREFIX)/bin/$(NAME) sh aux/workflow/manpages.sh -ip $(DESTDIR)$(MANPREFIX) $(manpages) uninstall: |