summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-backup/backup-manager/files/backup-manager-0.7.9-parallel_install.patch')
-rw-r--r--app-backup/backup-manager/files/backup-manager-0.7.9-parallel_install.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-backup/backup-manager/files/backup-manager-0.7.9-parallel_install.patch b/app-backup/backup-manager/files/backup-manager-0.7.9-parallel_install.patch
new file mode 100644
index 000000000000..482346b6eb3a
--- /dev/null
+++ b/app-backup/backup-manager/files/backup-manager-0.7.9-parallel_install.patch
@@ -0,0 +1,20 @@
+--- Makefile.orig 2010-09-14 17:24:31.267313414 +0200
++++ Makefile 2010-09-14 17:24:36.395250687 +0200
+@@ -62,7 +62,7 @@
+
+ # Main build rule (we don't buid the docs as we don't know if debiandocs can be
+ # there) so the docs target has to be called manually by vendors.
+-build: manpages
++build: manpages po
+
+ # The backup-manager package
+ install: build install_lib install_bin install_contrib install_man install_po
+@@ -84,6 +84,8 @@
+ install --owner=root --group=root --mode=0644 $(DOCHTMLFILES) $(DOCHTMLDIR)
+
+ # The translation stuff
++po:
++ $(MAKE) -C po
+ install_po:
+ $(MAKE) -C po install
+