We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8cadac7 + 2f13f62 commit daf3942Copy full SHA for daf3942
1 file changed
Makefile
@@ -22,7 +22,8 @@ repro: repro.in
22
23
.PHONY: install
24
install: repro man
25
- install -Dm755 repro -t $(DESTDIR)$(BINDIR)
+ install -Dm755 repro $(DESTDIR)$(BINDIR)/$(PROGNM)
26
+ ln -s $(PROGNM) $(DESTDIR)$(BINDIR)/repro
27
install -Dm755 buildinfo -t $(DESTDIR)$(BINDIR)
28
install -Dm644 examples/* -t $(DESTDIR)$(DOCDIR)/$(PROGNM)
29
for manfile in $(MANS); do \
0 commit comments