summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/xindy-2.4-PATCHES/patch-64-symlinks
blob: 65aa6af0bb4003892a664583ebaf0630ad49ef51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 \