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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user