fixed script generator path

This commit is contained in:
Mario Colque 2014-05-15 18:47:14 -03:00
commit cd27cde101
2 changed files with 3 additions and 4 deletions

View file

@ -8,12 +8,11 @@ BASENAME=`basename $ROOTDIR`
if [ $BASENAME = "util" ]; then
# Moving to root path
cd ../
ROOTDIR=`pwd`
fi
# Configs
APPDIR="$ROOTDIR/webapp"
CHROMEDIR="$ROOTDIR/chrome-extension"
APPDIR="./webapp"
CHROMEDIR="./chrome-extension"
LIBDIR="$APPDIR/lib"
DOWNLOADDIR="$APPDIR/download"