fix building

This commit is contained in:
arcan1s
2014-01-26 04:39:33 +04:00
parent 7c874ca96d
commit e64c310693
75 changed files with 200 additions and 5495 deletions

View File

@ -6,7 +6,7 @@ func_help() {
echo -e " -n --newver - new version"
echo -e "\nAdditional parametrs:"
echo -e " -h --help - show this help and exit"
exit 1
exit 0
}
until [ -z $1 ]; do
@ -46,6 +46,10 @@ for COMPONENT in ${COMPONENTS[*]}; do
sed -i "s/Version: $OLDVER/Version: $NEWVER/g" $COMPONENT/README
done
COMPONENT=mm
# readme
sed -i "s/Version: $OLDVER/Version: $NEWVER/g" $COMPONENT/README
COMPONENT=mathmech
# about window
sed -i "s/$OLDVER/$NEWVER/g" $COMPONENT/resources/translations/eng.ts