Commit 01a102290719f24d651e14c1490df862c7d3ed02

Authored by Perry Werneck
Committed by GitHub
1 parent 3a9f23b6
Exists in master and in 1 other branch develop

Update ci-build.sh

Showing 1 changed file with 1 additions and 6 deletions   Show diff stats
win/ci-build.sh
... ... @@ -26,13 +26,8 @@ echo "Building lib3270"
26 26 ./configure > $LOGFILE 2>&1 || die "Configure failure"
27 27 make clean > $LOGFILE 2>&1 || die "Make clean failure"
28 28 make all > $LOGFILE 2>&1 || die "Make failure"
29   -
30   -#
31   -# Make TGZ
32   -#
33   -rm -fr .bin/package
34 29 make DESTDIR=.bin/package install
35   -tar --create --xz --file=mingw-lib3270.tar.xz --directory=.bin/package/usr/x86_64-w64-mingw32/sys-root --verbose .
  30 +tar --create --xz --file=mingw-lib3270.tar.xz --directory=.bin/package --verbose .
36 31  
37 32  
38 33  
... ...