Change some words

This commit is contained in:
slguan 2019-09-17 13:50:17 +08:00
parent a3c3a1c92a
commit 79d7818291
1 changed files with 4 additions and 4 deletions

View File

@ -142,7 +142,7 @@ ${csudo} mkdir -p ${output_dir}
cd ${script_dir}/deb
${csudo} ./makedeb.sh ${compile_dir} ${output_dir} ${version}
echo "do rpms package for the centos system"
echo "do rpm package for the centos system"
output_dir="${top_dir}/rpms"
if [ -d ${output_dir} ]; then
${csudo} rm -rf ${output_dir}