Don't put .ci/ into tarball

This commit is contained in:
Alexey Sokolov
2018-05-01 22:13:26 +01:00
parent bfecb524e4
commit 07fa6c7257

View File

@@ -51,7 +51,7 @@ cp -p third_party/Csocket/Csocket.cc third_party/Csocket/Csocket.h $TMPDIR/$ZNCD
cd $TMPDIR/$ZNCDIR
AUTOMAKE_FLAGS="--add-missing --copy" ./autogen.sh
rm -r autom4te.cache/
rm .travis* .appveyor*
rm -rf .travis* .appveyor* .ci/
rm make-tarball.sh
# For autoconf
sed -e "s/THIS_IS_NOT_TARBALL//" -i Makefile.in