fix: ...
This commit is contained in:
4
build.sh
4
build.sh
@@ -151,13 +151,13 @@ case $(get_os_info) in
|
||||
centos|rhel)
|
||||
pkgtype=rpm
|
||||
RelOS=ct8
|
||||
RpmPkgRename=${ProjectL}-${RelVer}.${RelOS}.${RelArch}.${pkgtype}
|
||||
RpmPkgRename=${ProjectL}-r${RelVer}.${RelOS}.${RelArch}.${pkgtype}
|
||||
;;
|
||||
openEuler)
|
||||
pkgtype=rpm
|
||||
RelOS=oe20
|
||||
RpmPkgName=${ProjectL}-${RelVer}.${RpmArch}.rpm
|
||||
RpmPkgRename=${ProjectL}-${RelVer}.${RelOS}.${RelArch}.${pkgtype}
|
||||
RpmPkgRename=${ProjectL}-r${RelVer}.${RelOS}.${RelArch}.${pkgtype}
|
||||
;;
|
||||
*)
|
||||
echo "Unsupported OS"
|
||||
|
||||
Reference in New Issue
Block a user