aboutsummaryrefslogtreecommitdiff
path: root/security/stegdetect
diff options
context:
space:
mode:
Diffstat (limited to 'security/stegdetect')
-rw-r--r--security/stegdetect/files/patch-file-Makefile.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/stegdetect/files/patch-file-Makefile.in b/security/stegdetect/files/patch-file-Makefile.in
new file mode 100644
index 000000000000..6490c7d7fbb0
--- /dev/null
+++ b/security/stegdetect/files/patch-file-Makefile.in
@@ -0,0 +1,14 @@
+--- file/Makefile.in.orig Thu Oct 16 11:42:44 2003
++++ file/Makefile.in Thu Oct 16 11:42:50 2003
+@@ -504,9 +504,8 @@
+ done >> $@
+
+ magic.inc: magic
+- echo -n "\"" > $@
+- sed -e 's/\\/\\\\/g' -e 's/"/\\\"/g' magic >> $@
+- echo -n "\"" >> $@
++ sed -e 's/\\/\\\\/g' -e 's/"/\\\"/g' \
++ -e 's/^/"/' -e 's/\(.*\)/\1"/' magic > $@
+
+ file.1: Makefile file.man
+ @rm -f $@