View | Details | Raw Unified | Return to bug 278273 | Differences between
and this patch

Collapse All | Expand All

(-)b/release/scripts/pkg-stage.sh (-2 / +2 lines)
Lines 49-56 if [ ! -x /usr/local/sbin/pkg ]; then Link Here
49
fi
49
fi
50
50
51
export DVD_DIR="dvd/packages"
51
export DVD_DIR="dvd/packages"
52
export PKG_ABI=$(pkg config ABI)
52
export PKG_ABI=$(pkg --rootdir dvd config ABI)
53
export PKG_ALTABI=$(pkg config ALTABI 2>/dev/null)
53
export PKG_ALTABI=$(pkg --rootdir dvd config ALTABI 2>/dev/null)
54
export PKG_REPODIR="${DVD_DIR}/${PKG_ABI}"
54
export PKG_REPODIR="${DVD_DIR}/${PKG_ABI}"
55
55
56
/bin/mkdir -p ${PKG_REPODIR}
56
/bin/mkdir -p ${PKG_REPODIR}

Return to bug 278273