comparison src/installml.sh @ 11382:3f399c28e4af v8.0.0576

patch 8.0.0576: can't build when configure choses "install-sh" commit https://github.com/vim/vim/commit/1d4be82c7d794e62bcf892310fe2a9b1eb5e2fec Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 21 23:00:02 2017 +0200 patch 8.0.0576: can't build when configure choses "install-sh" Problem: Can't build when configure choses "install-sh". (Daniel Hahler) Solution: Always use install-sh. Fix remaining use of mkinstalldirs. (closes #1647)
author Christian Brabandt <cb@256bit.org>
date Fri, 21 Apr 2017 23:15:03 +0200
parents 8cd729851562
children
comparison
equal deleted inserted replaced
11381:2671bb1e1c74 11382:3f399c28e4af
47 eviewname=$9 47 eviewname=$9
48 48
49 if test $what = "install" -a \( -f $destdir/$vimname.1 -o -f $destdir/$vimdiffname.1 -o -f $destdir/$eviewname.1 \); then 49 if test $what = "install" -a \( -f $destdir/$vimname.1 -o -f $destdir/$vimdiffname.1 -o -f $destdir/$eviewname.1 \); then
50 if test ! -d $destdir; then 50 if test ! -d $destdir; then
51 echo creating $destdir 51 echo creating $destdir
52 ./mkinstalldirs $destdir 52 /bin/sh install-sh -c -d $destdir
53 fi 53 fi
54 54
55 # ex 55 # ex
56 if test ! -f $destdir/$exname.1 -a -f $destdir/$vimname.1; then 56 if test ! -f $destdir/$exname.1 -a -f $destdir/$vimname.1; then
57 echo creating link $destdir/$exname.1 57 echo creating link $destdir/$exname.1