Make this a bit more aggressive.. :-)

This commit is contained in:
Jordan K. Hubbard 1995-02-02 14:21:46 +00:00
parent f98ec7d321
commit 3b138fe08b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=6134

View File

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