diff --git a/makepkg.sh b/makepkg.sh index 0efb5cd..4fb1abf 100755 --- a/makepkg.sh +++ b/makepkg.sh @@ -85,7 +85,7 @@ makefe() { git checkout ${felocalesdir} git checkout ${feconstantsdir} git pull - if [ "${c_arg}" == "ba" ]; then + if [ "${pkgtype}" == "badeb" ]; then cp -rf ${customizeddir}/images/* ${feassetsdir} cp -rf ${customizeddir}/locales/* ${felocalesdir} find "${feconstantsdir}" -type f -name '*.ts' -exec sed -i 's/[一-龥]//g' {} +