Remove 'automatic' flag while installing via xbps-src, it's not very

useful and won't be implemented.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091010155336-uyjgohik8y1y21bz
This commit is contained in:
Juan RP
2009-10-10 17:53:36 +02:00
parent dd2baebdec
commit 06d451e557
4 changed files with 10 additions and 25 deletions

View File

@@ -32,7 +32,6 @@ install_pkg()
{
local pkg=
local curpkgn="$1"
local automatic="$2"
local cdestdir=
local cur_tmpl="$XBPS_TEMPLATESDIR/$curpkgn/template"
@@ -120,7 +119,7 @@ install_pkg()
#
if [ -z "$install_destdir_target" ]; then
. $XBPS_SHUTILSDIR/stow_funcs.sh
stow_pkg $curpkgn $automatic
stow_pkg $curpkgn
fi
}