summaryrefslogtreecommitdiff
path: root/freefilesync/ffs_no_user_manual.patch
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/ffs_no_user_manual.patch')
-rw-r--r--freefilesync/ffs_no_user_manual.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/freefilesync/ffs_no_user_manual.patch b/freefilesync/ffs_no_user_manual.patch
new file mode 100644
index 0000000..97dde3c
--- /dev/null
+++ b/freefilesync/ffs_no_user_manual.patch
@@ -0,0 +1,12 @@
+# upstream project did not include user manual in release.
+diff -Naur -x '*.orig' -x '*.rej' 10.5-0/FreeFileSync/Source/Makefile 10.5-1/FreeFileSync/Source/Makefile
+--- 10.5-0/FreeFileSync/Source/Makefile 2018-10-16 22:14:04.472035798 -0400
++++ 10.5-1/FreeFileSync/Source/Makefile 2018-10-16 22:17:45.141649203 -0400
+@@ -121,7 +121,6 @@
+ ../Build/gong.wav \
+ ../Build/harp.wav \
+ ../Build/Resources.zip \
+- "../Build/User Manual.pdf" \
+ $(APPSHAREDIR)
+
+ mkdir -p $(DOCSHAREDIR)
bgstack15