mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue