Commit 10558008eaa1a004aac9b217a1b684b120dba6b8

Authored by Perry Werneck
1 parent f4f84207

Updating windows build script.

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
win/pack.sh
... ... @@ -410,7 +410,7 @@ do
410 410  
411 411 CLEAR)
412 412 if [ -d ~/public_html/win/pw3270 ]; then
413   - rm -fr ~/public_html/win/pw3270{x86_32,x86_64}
  413 + rm -fr ~/public_html/win/pw3270/{x86_32,x86_64}
414 414 fi
415 415 ;;
416 416  
... ... @@ -426,8 +426,8 @@ do
426 426 fi
427 427  
428 428  
429   - if [ -d ~/public_html/win/sisbb ]; then
430   - echo " --clear Remove directories ~/public_html/win/pw3270{x86_32,x86_64}"
  429 + if [ -d ~/public_html/win/pw3270 ]; then
  430 + echo " --clear Remove directories ~/public_html/win/pw3270/{x86_32,x86_64}"
431 431 fi
432 432  
433 433 echo ""
... ...