From 19c9a36584217dfb20b071cb9c6f68cba6c9d0ad Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 12 Feb 2022 17:38:59 +0100 Subject: fix: add missing colon in sed line --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a7eb11..800b5ee 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ install: chmod 755 $(DESTDIR)$(PREFIX)/bin/stagit-gen-index $(DESTDIR)$(PREFIX)/bin/stagit-new-repo cp hooks/post-receive $(DESTDIR)$(PREFIX)/share/ if [ "$(PREFIX)" ]; then \ - sed -iba 's:/usr/local:$(PREFIX)' $(DESTDIR)$(PREFIX)/bin/stagit-new-repo; \ + sed -iba 's:/usr/local:$(PREFIX):' $(DESTDIR)$(PREFIX)/bin/stagit-new-repo; \ rm -f $(DESTDIR)$(PREFIX)/bin/stagit-new-repoba; \ fi -- cgit v1.2.3-70-g09d2