From 07fa6c7257311aa058d39a5718ffb96cd341b47e Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Tue, 1 May 2018 22:13:26 +0100 Subject: [PATCH] Don't put .ci/ into tarball --- make-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-tarball.sh b/make-tarball.sh index f0a3f824..c13b5102 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -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