From 2f13f625b6136fc7c37215989ad7fffefd9545b6 Mon Sep 17 00:00:00 2001 From: kpcyrd Date: Thu, 6 Oct 2022 19:25:58 +0200 Subject: [PATCH] Rename binary name from repro to archlinux-repro --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32c0ca2..5d83a08 100644 --- a/Makefile +++ b/Makefile @@ -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 \