summaryrefslogtreecommitdiff
path: root/file/file-3.41
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
committerChris Larson <clarson@kergoth.com>2004-11-09 00:36:47 +0000
commitf96441b9faf769c9ecdd4d338b605ea3d0cc4010 (patch)
treeedb17ec2c4ea13c5acb1c7350957a249a820e28d /file/file-3.41
parentb6588aa6851fb220cedc387d21c51513ef8d67f4 (diff)
Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches.
BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA
Diffstat (limited to 'file/file-3.41')
-rw-r--r--file/file-3.41/fileexec.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/file/file-3.41/fileexec.patch b/file/file-3.41/fileexec.patch
index e69de29bb2..04c1f6a6b1 100644
--- a/file/file-3.41/fileexec.patch
+++ b/file/file-3.41/fileexec.patch
@@ -0,0 +1,35 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- file-3.41/Makefile.am~fileexec
++++ file-3.41/Makefile.am
+@@ -37,10 +37,10 @@
+ done >> $@
+
+ magic.mgc: magic file
+- ./file -C -m magic
++ file -C -m magic
+
+ magic.mime.mgc: magic.mime file
+- ./file -C -m $(srcdir)/magic.mime
++ file -C -m $(srcdir)/magic.mime
+
+ file.1: Makefile file.man
+ @rm -f $@
+--- file-3.41/Makefile.in~fileexec
++++ file-3.41/Makefile.in
+@@ -677,10 +677,10 @@
+ done >> $@
+
+ magic.mgc: magic file
+- ./file -C -m magic
++ file -C -m magic
+
+ magic.mime.mgc: magic.mime file
+- ./file -C -m $(srcdir)/magic.mime
++ file -C -m $(srcdir)/magic.mime
+
+ file.1: Makefile file.man
+ @rm -f $@