2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

fix [FVT]:ubuntu build script build-ubunturepo does not support minor release #1604

This commit is contained in:
immarvin
2016-08-09 03:31:17 -04:00
parent a63e6c6c10
commit 43dc07c56f

View File

@ -203,7 +203,7 @@ then
pkg_type="snap"
build_string="Snap_Build"
cur_date=`date +%Y%m%d%H%M`
pkg_version="${short_ver}-${pkg_type}${cur_date}"
pkg_version="${ver}-${pkg_type}${cur_date}"
if [ ! -d ../../$package_dir_name ];then
mkdir -p "../../$package_dir_name"