summarylogtreecommitdiffstats
path: root/install-repocutter.patch
blob: d972edca2fb9d795ec4f76d135bff9577f3ec73d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 5404af0..1af0d7f 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ install: all
 	$(INSTALL) -d "$(target)/bin"
 	$(INSTALL) -d "$(target)/share/doc/reposurgeon"
 	$(INSTALL) -d "$(target)/$(mandir)/man1"
-	$(INSTALL) -m 755 reposurgeon repomapper repotool repodiffer "$(target)/bin"
+	$(INSTALL) -m 755 reposurgeon repomapper repotool repodiffer repocutter "$(target)/bin"
 	$(INSTALL) -m 644 README.md NEWS TODO reposurgeon-git-aliases *.html \
 		"$(target)/share/doc/reposurgeon"
 	$(INSTALL) -m 644 *.1 "$(target)/$(mandir)/man1"