Closed spratt closed 11 years ago
The script does something like TARGET=$PWD/$1 which forces relative paths...we should just check if the TARGET variable is set then use it, otherwise use the sane default already provideed in build_production_all.sh
TARGET=$PWD/$1
@cdelahousse
The script does something like
TARGET=$PWD/$1
which forces relative paths...we should just check if the TARGET variable is set then use it, otherwise use the sane default already provideed in build_production_all.sh