summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/man
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2010-12-27 12:51:12 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2010-12-27 12:51:12 +0000
commite4f0bc64d33b184afe1e8533d1e52c64f33c3e69 (patch)
treeb19d86ffeff88c2fd64d4b7af804aa591a61d07e /Build/source/texk/kpathsea/man
parentaf5f03f77de95a7a7ea2f86b96b1e17e76115ed6 (diff)
install: check success of symlink creation
git-svn-id: svn://tug.org/texlive/trunk@20868 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/man')
-rw-r--r--Build/source/texk/kpathsea/man/Makefile.am2
-rw-r--r--Build/source/texk/kpathsea/man/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/man/Makefile.am b/Build/source/texk/kpathsea/man/Makefile.am
index 647a5c80cdd..6a929764624 100644
--- a/Build/source/texk/kpathsea/man/Makefile.am
+++ b/Build/source/texk/kpathsea/man/Makefile.am
@@ -30,7 +30,7 @@ install-data-hook:
file=`echo $$s | sed 's,:.*,,'`; \
rm -f $$link.1; \
echo "creating link '$$link.1' -> '$$file.1'"; \
- $(LN_S) $$file.1 $$link.1; \
+ $(LN_S) $$file.1 $$link.1 || exit 1; \
done
uninstall-hook:
diff --git a/Build/source/texk/kpathsea/man/Makefile.in b/Build/source/texk/kpathsea/man/Makefile.in
index 2660b9ed789..6b2c11bcb1a 100644
--- a/Build/source/texk/kpathsea/man/Makefile.in
+++ b/Build/source/texk/kpathsea/man/Makefile.in
@@ -506,7 +506,7 @@ install-data-hook:
file=`echo $$s | sed 's,:.*,,'`; \
rm -f $$link.1; \
echo "creating link '$$link.1' -> '$$file.1'"; \
- $(LN_S) $$file.1 $$link.1; \
+ $(LN_S) $$file.1 $$link.1 || exit 1; \
done
uninstall-hook: