Correcting wrong installer directory moving check in progress-linux mode.

This commit is contained in:
Daniel Baumann 2013-08-07 20:06:26 +02:00
parent d75e7b75c0
commit a12212ee53
1 changed files with 1 additions and 1 deletions

View File

@ -864,7 +864,7 @@ case "${LB_MODE}" in
for _DIRECTORY in dists pool project firmware
do
if [ -e "${_DIRECTORY}" ]
if [ -e "binary/${_DIRECTORY}" ]
then
mv binary/"${_DIRECTORY}" binary/installer
fi