Simplify PKG_ABI for pkg-stage.sh.
Submitted by: hrs MFC after: 3 days X-MFC-With: r258310 Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
2b471d3acb
commit
df6fb2b5b3
@ -3,7 +3,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
export PKG_ABI="freebsd:$(echo ${REVISION} | sed -e 's/\.[0-9]//'):x86:64"
|
||||
export PKG_ABI="freebsd:${REVISION%.[0-9]*}:x86:64"
|
||||
export ASSUME_ALWAYS_YES=1
|
||||
export __PKG_CONF="/etc/pkg/FreeBSD.conf"
|
||||
export PACKAGESITE="http://pkg.FreeBSD.org/${PKG_ABI}/latest"
|
||||
|
@ -3,7 +3,7 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
export PKG_ABI="freebsd:$(echo ${REVISION} | sed -e 's/\.[0-9]//'):x86:32"
|
||||
export PKG_ABI="freebsd:${REVISION%.[0-9]*}:x86:32"
|
||||
export ASSUME_ALWAYS_YES=1
|
||||
export __PKG_CONF="/etc/pkg/FreeBSD.conf"
|
||||
export PACKAGESITE="http://pkg.FreeBSD.org/${PKG_ABI}/latest"
|
||||
|
Loading…
Reference in New Issue
Block a user