summaryrefslogtreecommitdiff
path: root/app-backup/rear/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-11-25 22:39:15 +0000
commitd934827bf44b7cfcf6711964418148fa60877668 (patch)
tree0625f358789b5e015e49db139cc1dbc9be00428f /app-backup/rear/files
parent2e34d110f164bf74d55fced27fe0000201b3eec5 (diff)
gentoo resync : 25.11.2020
Diffstat (limited to 'app-backup/rear/files')
-rw-r--r--app-backup/rear/files/rear-2.6-Makefile.patch34
1 files changed, 34 insertions, 0 deletions
diff --git a/app-backup/rear/files/rear-2.6-Makefile.patch b/app-backup/rear/files/rear-2.6-Makefile.patch
new file mode 100644
index 000000000000..800dcf69cee3
--- /dev/null
+++ b/app-backup/rear/files/rear-2.6-Makefile.patch
@@ -0,0 +1,34 @@
+--- rear-2.6/Makefile.orig 2020-09-09 20:04:39.357666685 +0200
++++ rear-2.6/Makefile 2020-09-09 20:06:12.537313922 +0200
+@@ -84,7 +84,7 @@
+ clean:
+ rm -Rf dist build
+ rm -f build-stamp
+- make -C doc clean
++ $(MAKE) -C doc clean
+
+ ### You can call 'make validate' directly from your .git/hooks/pre-commit script
+ validate:
+@@ -107,11 +107,11 @@
+
+ man:
+ @echo -e "\033[1m== Prepare manual ==\033[0;0m"
+- make -C doc man
++ $(MAKE) -C doc man
+
+ doc:
+ @echo -e "\033[1m== Prepare documentation ==\033[0;0m"
+- make -C doc docs
++ $(MAKE) -C doc docs
+
+ install-config:
+ @echo -e "\033[1m== Installing configuration ==\033[0;0m"
+@@ -144,7 +144,7 @@
+
+ install-doc:
+ @echo -e "\033[1m== Installing documentation ==\033[0;0m"
+- make -C doc install
++ $(MAKE) -C doc install
+ sed -i -e 's,/etc,$(sysconfdir),' \
+ -e 's,/usr/sbin,$(sbindir),' \
+ -e 's,/usr/share,$(datadir),' \