diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2014-09-12 20:16:55 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2014-09-12 20:16:55 +0000 |
| commit | b60a2f70da0fd377a70e668fc97eca4922bde8e0 (patch) | |
| tree | b81af888de3821005b4629e0d3ff0a909612961b /release/scripts/pkg-stage.sh | |
| parent | 752bf46955c3020dc43ac6c04e61974288ddfe38 (diff) | |
Notes
Diffstat (limited to 'release/scripts/pkg-stage.sh')
| -rwxr-xr-x | release/scripts/pkg-stage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/pkg-stage.sh b/release/scripts/pkg-stage.sh index d43bf0ae6e090..0204d8cad4226 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} |
