summarylogtreecommitdiffstats
path: root/install-repocutter.patch
diff options
context:
space:
mode:
Diffstat (limited to 'install-repocutter.patch')
-rw-r--r--install-repocutter.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/install-repocutter.patch b/install-repocutter.patch
new file mode 100644
index 000000000000..bf9f5fa6545a
--- /dev/null
+++ b/install-repocutter.patch
@@ -0,0 +1,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"