build: rpm打包路径名错误
This commit is contained in:
6
build.sh
6
build.sh
@@ -84,8 +84,8 @@ case "${pkgtype}" in
|
|||||||
|
|
||||||
# 生成MD5文件
|
# 生成MD5文件
|
||||||
rm -f omc-md5sum.txt
|
rm -f omc-md5sum.txt
|
||||||
md5sum ${RpmBuildDir} >omc-md5sum.txt
|
md5sum ${RpmPkgFile} >${RpmReleaseDebsDir}/omc-md5sum.txt
|
||||||
echo ${RpmBuildDir}
|
echo ${RpmPkgFile}
|
||||||
;;
|
;;
|
||||||
deb)
|
deb)
|
||||||
# 还原打包目录
|
# 还原打包目录
|
||||||
@@ -121,7 +121,7 @@ case "${pkgtype}" in
|
|||||||
|
|
||||||
# 生成MD5文件
|
# 生成MD5文件
|
||||||
rm -f omc-md5sum.txt
|
rm -f omc-md5sum.txt
|
||||||
md5sum ${DebPkgFile} >omc-md5sum.txt
|
md5sum ${DebPkgFile} >${DebReleaseDebsDir}/omc-md5sum.txt
|
||||||
echo ${DebPkgFile}
|
echo ${DebPkgFile}
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|||||||
Reference in New Issue
Block a user