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:
parent
98e83c53af
commit
1d9e5a791b
@ -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}"
|
||||
|
||||
|
@ -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}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user