summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2014-09-12 20:16:55 +0000
committergjb <gjb@FreeBSD.org>2014-09-12 20:16:55 +0000
commitba74d50cc9b0d7cf6360cb78d6e3fa75b7471013 (patch)
treeb81af888de3821005b4629e0d3ff0a909612961b /release
parent91c4578a03d7a8305fb1a393adee17b31c67f7c2 (diff)
downloadFreeBSD-src-ba74d50cc9b0d7cf6360cb78d6e3fa75b7471013.zip
FreeBSD-src-ba74d50cc9b0d7cf6360cb78d6e3fa75b7471013.tar.gz
Fix duplicate PKG_ABI in the PKG_CACHEDIR path.
MFC after: 3 days X-MFC-With: r271480 Sponsored by: The FreeBSD Foundation
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 d43bf0a..0204d8c 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}
OpenPOWER on IntegriCloud