diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-02 14:21:46 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-02 14:21:46 +0000 |
| commit | 3b138fe08ba2ddbf4ef9c627abde15895a0ae3fb (patch) | |
| tree | 4c3f1380299dc6f20d1476400277a6b2c35c52ae /release/scripts | |
| parent | f98ec7d32199693bb43733fc67abee30178dc7e9 (diff) | |
Notes
Diffstat (limited to 'release/scripts')
| -rwxr-xr-x | release/scripts/extract_xf86311.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/extract_xf86311.sh b/release/scripts/extract_xf86311.sh index 999a2ceed78ac..9ff3315f648af 100755 --- a/release/scripts/extract_xf86311.sh +++ b/release/scripts/extract_xf86311.sh @@ -9,7 +9,7 @@ # under the terms and conditions stated by the XFree86 Project, Inc. # copyright, which should also be in the file COPYRIGHT in this distribution. # -# $Id$ +# $Id: extract_xf86311.sh,v 1.1 1995/02/02 14:18:04 jkh Exp $ # Handle the return value from a dialog, doing some pre-processing # so that each client doesn't have to. @@ -33,7 +33,7 @@ do_selected_install() for xx in ${SELECTIONS}; do DIST=`eval echo \`echo $xx\`` dialog --infobox "Installing XFree86 3.1.1 component: ${DIST}" -1 -1 - tar zxpf ${DIST}.tgz -C /usr + tar --unlink -zxpf ${DIST}.tgz -C /usr done } |
