aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2014-09-12 20:16:55 +0000
committerGlen Barber <gjb@FreeBSD.org>2014-09-12 20:16:55 +0000
commitb60a2f70da0fd377a70e668fc97eca4922bde8e0 (patch)
treeb81af888de3821005b4629e0d3ff0a909612961b /release
parent752bf46955c3020dc43ac6c04e61974288ddfe38 (diff)
downloadsrc-b60a2f70da0fd377a70e668fc97eca4922bde8e0.tar.gz
src-b60a2f70da0fd377a70e668fc97eca4922bde8e0.zip
Fix duplicate PKG_ABI in the PKG_CACHEDIR path.
MFC after: 3 days X-MFC-With: r271480 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=271483
Diffstat (limited to 'release')
-rwxr-xr-xrelease/scripts/pkg-stage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/pkg-stage.sh b/release/scripts/pkg-stage.sh
index d43bf0ae6e09..0204d8cad422 100755
--- a/release/scripts/pkg-stage.sh
+++ b/release/scripts/pkg-stage.sh
@@ -45,7 +45,7 @@ PKG_ABI="${PKG_ABI%\";}"
PKG_ABI="${PKG_ABI#\"}"
export PKG_ABI
export PKG_REPODIR="dvd/packages/${PKG_ABI}"
-export PKG_CACHEDIR="${PKG_REPODIR}/${PKG_ABI}/All"
+export PKG_CACHEDIR="${PKG_REPODIR}/All"
/bin/mkdir -p ${PKG_CACHEDIR}