Commit bd3d4eed9774cc15918617ccc634892a5f86e6bf

Authored by Perry Werneck
1 parent 16c3dd17

Working on windows package.

Showing 1 changed file with 12 additions and 0 deletions   Show diff stats
@@ -338,6 +338,18 @@ pack() @@ -338,6 +338,18 @@ pack()
338 exit -1 338 exit -1
339 fi 339 fi
340 340
  341 + cp -rv ${WORKDIR}/branding/*.conf ${WORKDIR}/build
  342 + if [ "$?" != "0" ]; then
  343 + cleanup
  344 + exit -1
  345 + fi
  346 +
  347 + cp -rv ${WORKDIR}/sources/pw3270/charsets/*.xml ${WORKDIR}/build
  348 + if [ "$?" != "0" ]; then
  349 + cleanup
  350 + exit -1
  351 + fi
  352 +
341 # 353 #
342 # Create installation package 354 # Create installation package
343 # 355 #