[w3m-dev 03299] remove file before copying (install-sh)
* install-sh: remove file before copying From: Hironori SAKAMOTO <h-saka@lsi.nec.co.jp>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#! /bin/sh
|
||||
# $Id: install-sh,v 1.3 2001/12/17 15:42:44 ukai Exp $
|
||||
# $Id: install-sh,v 1.4 2002/09/09 13:51:46 ukai Exp $
|
||||
|
||||
set -e
|
||||
|
||||
@@ -38,6 +38,9 @@ else
|
||||
dest=$2
|
||||
fi
|
||||
|
||||
if [ -f $dest ]; then
|
||||
rm -f $dest
|
||||
fi
|
||||
cp $file $dest
|
||||
if [ -n "$strip" ]; then
|
||||
$strip $dest
|
||||
|
Reference in New Issue
Block a user