Set the PKG_CACHEDIR directory to 'dvd/' instead of 'release/'

in preparation of adding a 'dvd1.iso' target.

MFC after:	3 days
X-MFC-With:	r258305, r258307, r258308
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2013-11-18 16:11:19 +00:00
parent 98e83c53af
commit 1d9e5a791b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258309
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ export PACKAGESITE="http://pkg.FreeBSD.org/${PKG_ABI}/latest"
export MIRROR_TYPE="SRV"
export REPO_AUTOUPDATE="NO"
export PKG_DBDIR="/tmp/pkg"
export PKG_CACHEDIR="release/packages/${PKG_ABI}"
export PKG_CACHEDIR="dvd/packages/${PKG_ABI}"
export PERMISSIVE="YES"
export PKGCMD="/usr/sbin/pkg -d -C ${__PKG_CONF}"

View File

@ -10,7 +10,7 @@ export PACKAGESITE="http://pkg.FreeBSD.org/${PKG_ABI}/latest"
export MIRROR_TYPE="SRV"
export REPO_AUTOUPDATE="NO"
export PKG_DBDIR="/tmp/pkg"
export PKG_CACHEDIR="release/packages/${PKG_ABI}"
export PKG_CACHEDIR="dvd/packages/${PKG_ABI}"
export PERMISSIVE="YES"
export PKGCMD="/usr/sbin/pkg -d -C ${__PKG_CONF}"