summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-64-symlinks
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/xindy/xindy-2.4-PATCHES/patch-64-symlinks')
-rw-r--r--Build/source/utils/xindy/xindy-2.4-PATCHES/patch-64-symlinks12
1 files changed, 0 insertions, 12 deletions
diff --git a/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-64-symlinks b/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-64-symlinks
deleted file mode 100644
index 65aa6af0bb4..00000000000
--- a/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-64-symlinks
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ur -N -x Makefile.in -x autom4te.cache xindy-2.4.orig/user-commands/Makefile.am xindy-2.4/user-commands/Makefile.am
---- xindy-2.4.orig/user-commands/Makefile.am 2010-05-12 21:23:55.000000000 +0200
-+++ xindy-2.4/user-commands/Makefile.am 2010-12-23 19:32:15.000000000 +0100
-@@ -47,7 +47,7 @@
- for f in $(scripts); do \
- rm -f $$f; \
- echo "creating link '$$f' -> '$(REL)/$(scriptspath)/$$f.pl'"; \
-- $(LN_S) $(REL)/$(scriptspath)/$$f.pl $$f; \
-+ $(LN_S) $(REL)/$(scriptspath)/$$f.pl $$f || exit 1; \
- done
- uninstall-hook:
- @for f in $(scripts); do \