Skip to content

Commit daf3942

Browse files
authored
Merge pull request #119 from archlinux/bin-name
Rename binary name from repro to archlinux-repro
2 parents 8cadac7 + 2f13f62 commit daf3942

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ repro: repro.in
2222

2323
.PHONY: install
2424
install: repro man
25-
install -Dm755 repro -t $(DESTDIR)$(BINDIR)
25+
install -Dm755 repro $(DESTDIR)$(BINDIR)/$(PROGNM)
26+
ln -s $(PROGNM) $(DESTDIR)$(BINDIR)/repro
2627
install -Dm755 buildinfo -t $(DESTDIR)$(BINDIR)
2728
install -Dm644 examples/* -t $(DESTDIR)$(DOCDIR)/$(PROGNM)
2829
for manfile in $(MANS); do \

0 commit comments

Comments
 (0)