[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:
Fumitoshi UKAI
2002-09-09 13:51:46 +00:00
parent c168a455ab
commit a9a1915238
2 changed files with 10 additions and 2 deletions

View File

@@ -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