lower case roxxors

This commit is contained in:
Tom Reynolds 2012-09-26 23:57:38 +00:00
parent de3b8355fb
commit 1e91adfb3a
1 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@
skipbinarybuild=0
VERSION=`./mg-version.sh --version`
kernel=`uname -s`
architecture=`uname -m`
kernel=`uname -s | tr '[A-Z]' '[a-z]'`
architecture=`uname -m | tr '[A-Z]' '[a-z]'`
RELEASENAME=megaglest-binary-$kernel-$architecture
#PACKAGE="$RELEASENAME-$VERSION.7z"