fix: ...
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -15,3 +15,14 @@ docs/temp/
|
||||
# Built Visual Studio Code Extensions
|
||||
*.vsix
|
||||
*.bak
|
||||
# build files
|
||||
build
|
||||
debbuild/etc
|
||||
debbuild/usr
|
||||
debbuild/lib
|
||||
debbuild/22.04/etc
|
||||
debbuild/22.04/usr
|
||||
debbuild/22.04/lib
|
||||
release
|
||||
|
||||
|
||||
|
||||
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