summarylogtreecommitdiffstats
path: root/install-repocutter.patch
blob: bf9f5fa6545aa3b85c917a3f6e77a98ea42abb6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index 21c64d3..10c758f 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,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"