Skip to content

Commit

Permalink
Merge pull request #119 from archlinux/bin-name
Browse files Browse the repository at this point in the history
Rename binary name from repro to archlinux-repro
  • Loading branch information
kpcyrd authored Oct 13, 2022
2 parents 8cadac7 + 2f13f62 commit daf3942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ repro: repro.in

.PHONY: install
install: repro man
install -Dm755 repro -t $(DESTDIR)$(BINDIR)
install -Dm755 repro $(DESTDIR)$(BINDIR)/$(PROGNM)
ln -s $(PROGNM) $(DESTDIR)$(BINDIR)/repro
install -Dm755 buildinfo -t $(DESTDIR)$(BINDIR)
install -Dm644 examples/* -t $(DESTDIR)$(DOCDIR)/$(PROGNM)
for manfile in $(MANS); do \
Expand Down

0 comments on commit daf3942

Please sign in to comment.