From a1800282c2f1f40b6ae43145402dc32393016d94 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Wed, 23 Apr 2014 07:08:55 +0100 Subject: [PATCH] Fix make-tarball.sh --- make-tarball.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make-tarball.sh b/make-tarball.sh index d7336162..f9b25206 100755 --- a/make-tarball.sh +++ b/make-tarball.sh @@ -47,7 +47,7 @@ git checkout-index --all --prefix=$TMPDIR/$ZNCDIR/ mkdir -p modules/.depend make -C modules -f modperl/Makefile.gen srcdir=. SWIG=/usr/bin/swig PERL=/usr/bin/perl make -C modules -f modpython/Makefile.gen srcdir=. SWIG=/usr/bin/swig PERL=/usr/bin/perl - rm -f modules/.depend + rm -rf modules/.depend rm .travis* rm make-tarball.sh sed -e "s/THIS_IS_NOT_TARBALL//" -i Makefile.in