diff options
Diffstat (limited to 'Build/source/texk/kpathsea/man/Makefile.am')
-rw-r--r-- | Build/source/texk/kpathsea/man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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: |